Html Css Color HEX #952CB2 Dark Orchid

📋 copy color: '#952CB2'

red 149 ◦ green 44 ◦ blue 178

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

Shades of Dark Orchid #952CB2

Tints of Dark Orchid #952CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.98%

R = 40.16%
G = 11.86%
B = 47.98%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#952CB2 (or 0x952CB2) is known color: Dark Orchid. HEX triplet: 95, 2C and B2. RGB value is (149,44,178). Sum of RGB (Red+Green+Blue) = 149+44+178=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #952CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952CB2 is #6AD34D. Grayscale: #5A5A5A. Windows color (decimal): -7000910 or 11676821. OLE color: 11676821.

HSL color Cylindrical-coordinate representation of color #952CB2: hue angle of 287.01º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952CB2 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 44 178 -
CMYK 0.16 0.75 0 0.30
HSL 287.01º 0.6% 0.44% -
HSV(B) 287.01º 0.75% 0.7% -
XYZ 21.33 11.41 43.2 -
YUV 90.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 149 44 178 0.16 0.75 0 0.30 287.01 0.6 0.44
Hex 95 2C B2 10 4B 0 1E 11F 3C 2C
Octal 225 54 262 20 113 0 36 437 74 54
Binary 10010101 101100 10110010 10000 1001011 0 11110 100011111 111100 101100

Color Harmonies of #952CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CB2

Black with #952CB2

Text Example


Text Example

White with #952CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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