Html Css Color HEX #953CCE Dark Orchid

📋 copy color: '#953CCE'

red 149 ◦ green 60 ◦ blue 206

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

Shades of Dark Orchid #953CCE

Tints of Dark Orchid #953CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.46%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 35.9%
G = 14.46%
B = 49.64%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#953CCE (or 0x953CCE) is known color: Dark Orchid. HEX triplet: 95, 3C and CE. RGB value is (149,60,206). Sum of RGB (Red+Green+Blue) = 149+60+206=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #953CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CCE is #6AC331. Grayscale: #666666. Windows color (decimal): -6996786 or 13515925. OLE color: 13515925.

HSL color Cylindrical-coordinate representation of color #953CCE: hue angle of 276.58º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953CCE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 60 206 -
CMYK 0.28 0.71 0 0.19
HSL 276.58º 0.6% 0.52% -
HSV(B) 276.58º 0.71% 0.81% -
XYZ 25.15 14.08 59.78 -
YUV 103.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 149 60 206 0.28 0.71 0 0.19 276.58 0.6 0.52
Hex 95 3C CE 1C 47 0 13 115 3C 34
Octal 225 74 316 34 107 0 23 425 74 64
Binary 10010101 111100 11001110 11100 1000111 0 10011 100010101 111100 110100

Color Harmonies of #953CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CCE

Black with #953CCE

Text Example


Text Example

White with #953CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,206); }

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

background-color css

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

 a { background-color: rgb(149,60,206); }

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

border-color css

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

 span { border-color: rgb(149,60,206); }

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