Html Css Color HEX #952688 Dark Purple

📋 copy color: '#952688'

red 149 ◦ green 38 ◦ blue 136

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

Shades of Dark Purple #952688

Tints of Dark Purple #952688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

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

R = 46.13%
G = 11.76%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#952688 (or 0x952688) is known color: Dark Purple. HEX triplet: 95, 26 and 88. RGB value is (149,38,136). Sum of RGB (Red+Green+Blue) = 149+38+136=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952688 is #6AD977. Grayscale: #525252. Windows color (decimal): -7002488 or 8922773. OLE color: 8922773.

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

Color convert

RGB 149 38 136 -
CMYK 0 0.74 0.09 0.42
HSL 307.03º 0.59% 0.37% -
HSV(B) 307.03º 0.74% 0.58% -
XYZ 17.53 9.55 24.21 -
YUV 82.36 158.27 175.53 -
System Red Green Blue C M Y K H S L
Decimal 149 38 136 0 0.74 0.09 0.42 307.03 0.59 0.37
Hex 95 26 88 0 4A 9 2A 133 3B 25
Octal 225 46 210 0 112 11 52 463 73 45
Binary 10010101 100110 10001000 0 1001010 1001 101010 100110011 111011 100101

Color Harmonies of #952688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952688

Black with #952688

Text Example


Text Example

White with #952688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952688; }

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

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

background-color css

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

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

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

border-color css

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

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

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