Html Css Color HEX #952492 Dark Purple

📋 copy color: '#952492'

red 149 ◦ green 36 ◦ blue 146

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

Shades of Dark Purple #952492

Tints of Dark Purple #952492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 45.02%
G = 10.88%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#952492 (or 0x952492) is known color: Dark Purple. HEX triplet: 95, 24 and 92. RGB value is (149,36,146). Sum of RGB (Red+Green+Blue) = 149+36+146=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952492 is #6ADB6D. Grayscale: #525252. Windows color (decimal): -7002990 or 9577621. OLE color: 9577621.

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

Color convert

RGB 149 36 146 -
CMYK 0 0.76 0.02 0.42
HSL 301.59º 0.61% 0.36% -
HSV(B) 301.59º 0.76% 0.58% -
XYZ 18.21 9.73 28.11 -
YUV 82.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 149 36 146 0 0.76 0.02 0.42 301.59 0.61 0.36
Hex 95 24 92 0 4C 2 2A 12E 3D 24
Octal 225 44 222 0 114 2 52 456 75 44
Binary 10010101 100100 10010010 0 1001100 10 101010 100101110 111101 100100

Color Harmonies of #952492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952492

Black with #952492

Text Example


Text Example

White with #952492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952492; }

 p { color: rgb(149,36,146); }

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

background-color css

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

 a { background-color: rgb(149,36,146); }

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

border-color css

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

 span { border-color: rgb(149,36,146); }

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