Html Css Color HEX #952088 Dark Purple

📋 copy color: '#952088'

red 149 ◦ green 32 ◦ blue 136

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

Shades of Dark Purple #952088

Tints of Dark Purple #952088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 47%
G = 10.09%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952088 (or 0x952088) is known color: Dark Purple. HEX triplet: 95, 20 and 88. RGB value is (149,32,136). Sum of RGB (Red+Green+Blue) = 149+32+136=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952088 is #6ADF77. Grayscale: #4E4E4E. Windows color (decimal): -7004024 or 8921237. OLE color: 8921237.

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

Color convert

RGB 149 32 136 -
CMYK 0 0.79 0.09 0.42
HSL 306.67º 0.65% 0.35% -
HSV(B) 306.67º 0.79% 0.58% -
XYZ 17.35 9.2 24.15 -
YUV 78.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 149 32 136 0 0.79 0.09 0.42 306.67 0.65 0.35
Hex 95 20 88 0 4F 9 2A 133 41 23
Octal 225 40 210 0 117 11 52 463 101 43
Binary 10010101 100000 10001000 0 1001111 1001 101010 100110011 1000001 100011

Color Harmonies of #952088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952088

Black with #952088

Text Example


Text Example

White with #952088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952088; }

 p { color: rgb(149,32,136); }

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

background-color css

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

 a { background-color: rgb(149,32,136); }

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

border-color css

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

 span { border-color: rgb(149,32,136); }

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