Html Css Color HEX #952CC9 Dark Orchid

📋 copy color: '#952CC9'

red 149 ◦ green 44 ◦ blue 201

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

Shades of Dark Orchid #952CC9

Tints of Dark Orchid #952CC9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.17%

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 37.82%
G = 11.17%
B = 51.02%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#952CC9 (or 0x952CC9) is known color: Dark Orchid. HEX triplet: 95, 2C and C9. RGB value is (149,44,201). Sum of RGB (Red+Green+Blue) = 149+44+201=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #952CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CC9 is #6AD336. Grayscale: #5C5C5C. Windows color (decimal): -7000887 or 13184149. OLE color: 13184149.

HSL color Cylindrical-coordinate representation of color #952CC9: hue angle of 280.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952CC9 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 44 201 -
CMYK 0.26 0.78 0 0.21
HSL 280.13º 0.64% 0.48% -
HSV(B) 280.13º 0.78% 0.79% -
XYZ 23.84 12.41 56.4 -
YUV 93.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 149 44 201 0.26 0.78 0 0.21 280.13 0.64 0.48
Hex 95 2C C9 1A 4E 0 15 118 40 30
Octal 225 54 311 32 116 0 25 430 100 60
Binary 10010101 101100 11001001 11010 1001110 0 10101 100011000 1000000 110000

Color Harmonies of #952CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CC9

Black with #952CC9

Text Example


Text Example

White with #952CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952CC9; }

 p { color: rgb(149,44,201); }

 H1.HeaderClassName
 {
   color: #952CC9;
 }
 .AnyTagClassName
 {
   color: #952CC9;
 }
</style>

background-color css

<style>
 a { background-color: #952CC9; }

 a { background-color: rgb(149,44,201); }

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

border-color css

<style>
 span { border-color: #952CC9; }

 span { border-color: rgb(149,44,201); }

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