Html Css Color HEX #952187 Dark Purple

📋 copy color: '#952187'

red 149 ◦ green 33 ◦ blue 135

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

Shades of Dark Purple #952187

Tints of Dark Purple #952187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 135 (53.13% from 255) = 42.59%

R = 47%
G = 10.41%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952187 (or 0x952187) is known color: Dark Purple. HEX triplet: 95, 21 and 87. RGB value is (149,33,135). Sum of RGB (Red+Green+Blue) = 149+33+135=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952187 is #6ADE78. Grayscale: #4F4F4F. Windows color (decimal): -7003769 or 8855957. OLE color: 8855957.

HSL color Cylindrical-coordinate representation of color #952187: hue angle of 307.24º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952187 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 135 -
CMYK 0 0.78 0.09 0.42
HSL 307.24º 0.64% 0.36% -
HSV(B) 307.24º 0.78% 0.58% -
XYZ 17.31 9.23 23.79 -
YUV 79.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 149 33 135 0 0.78 0.09 0.42 307.24 0.64 0.36
Hex 95 21 87 0 4E 9 2A 133 40 24
Octal 225 41 207 0 116 11 52 463 100 44
Binary 10010101 100001 10000111 0 1001110 1001 101010 100110011 1000000 100100

Color Harmonies of #952187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952187

Black with #952187

Text Example


Text Example

White with #952187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952187; }

 p { color: rgb(149,33,135); }

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

background-color css

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

 a { background-color: rgb(149,33,135); }

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

border-color css

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

 span { border-color: rgb(149,33,135); }

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