#953ACC

Color #953ACC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #953ACC

Tints of Dark Orchid #953ACC

Color information

#953ACC (or 0x953ACC) is unknown color: approx Dark Orchid. HEX triplet: 95, 3A and CC. RGB value is (149,58,204). Sum of RGB (Red+Green+Blue) = 149+58+204=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #953ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ACC is #6AC533. Grayscale: #656565. Windows color (decimal): -6997300 or 13384341. OLE color: 13384341.

HSL color Cylindrical-coordinate representation of color #953ACC: hue angle of 277.4º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953ACC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14958204-
CMYK0.270.7200.2
HSL277.4º58.87%51.37%-
HSV(B)277.4º71.57%80%-
XYZ24.8113.7858.48-
YUV101.85185.65161.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 58 (23.05% from 255) = 14.11%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=36.25%
G=14.11%
B=49.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal149582040.270.7200.2277.458.8751.37
Hex953ACC1B480141153b33
Octal22572314331100244257363
Binary1001010111101011001100110111001000010100100010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953ACC; }

 p { color: rgb(149,58,204); }

 H1.HeaderClassName
 {
   color: #953ACC;
 }
 .AnyTagClassName
 {
   color: #953ACC;
 }
</style>
background-color css

<style>
 a { background-color: #953ACC; }

 a { background-color: rgb(149,58,204); }

 div.DivClassName
 {
   background-color: #953ACC;
 }
 .BgClassName
 {
   background-color: #953ACC;
 }
</style>
border-color css

<style>
 span { border-color: #953ACC; }

 span { border-color: rgb(149,58,204); }

 td.TdClassName
 {
   border-color: #953ACC;
 }
 .TagClassName
 {
   border-color: #953ACC;
 }
</style>