Html Css Color HEX #953ECC Dark Orchid

📋 copy color: '#953ECC'

red 149 ◦ green 62 ◦ blue 204

#953ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #953ECC

Tints of Dark Orchid #953ECC

RGB

 RED value IS 149 (58.59% from 255) = 35.9%

 GREEN value IS 62 (24.61% from 255) = 14.94%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 35.9%
G = 14.94%
B = 49.16%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#953ECC (or 0x953ECC) is known color: Dark Orchid. HEX triplet: 95, 3E and CC. RGB value is (149,62,204). Sum of RGB (Red+Green+Blue) = 149+62+204=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #953ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ECC is #6AC133. Grayscale: #676767. Windows color (decimal): -6996276 or 13385365. OLE color: 13385365.

HSL color Cylindrical-coordinate representation of color #953ECC: hue angle of 276.76º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953ECC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 62 204 -
CMYK 0.27 0.70 0 0.2
HSL 276.76º 0.58% 0.52% -
HSV(B) 276.76º 0.7% 0.8% -
XYZ 25.02 14.19 58.55 -
YUV 104.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 149 62 204 0.27 0.70 0 0.2 276.76 0.58 0.52
Hex 95 3E CC 1B 46 0 14 115 3A 34
Octal 225 76 314 33 106 0 24 425 72 64
Binary 10010101 111110 11001100 11011 1000110 0 10100 100010101 111010 110100

Color Harmonies of #953ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ECC

Black with #953ECC

Text Example


Text Example

White with #953ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #953ECC;
 }
 .AnyTagClassName
 {
   color: #953ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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