Html Css Color HEX #952092 Dark Purple

📋 copy color: '#952092'

red 149 ◦ green 32 ◦ blue 146

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

Shades of Dark Purple #952092

Tints of Dark Purple #952092

RGB

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

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

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

R = 45.57%
G = 9.79%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#952092 (or 0x952092) is known color: Dark Purple. HEX triplet: 95, 20 and 92. RGB value is (149,32,146). Sum of RGB (Red+Green+Blue) = 149+32+146=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952092 is #6ADF6D. Grayscale: #4F4F4F. Windows color (decimal): -7004014 or 9576597. OLE color: 9576597.

HSL color Cylindrical-coordinate representation of color #952092: hue angle of 301.54º 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 #952092 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 146 -
CMYK 0 0.79 0.02 0.42
HSL 301.54º 0.65% 0.35% -
HSV(B) 301.54º 0.79% 0.58% -
XYZ 18.1 9.5 28.07 -
YUV 79.98 165.26 177.23 -
System Red Green Blue C M Y K H S L
Decimal 149 32 146 0 0.79 0.02 0.42 301.54 0.65 0.35
Hex 95 20 92 0 4F 2 2A 12E 41 23
Octal 225 40 222 0 117 2 52 456 101 43
Binary 10010101 100000 10010010 0 1001111 10 101010 100101110 1000001 100011

Color Harmonies of #952092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952092

Black with #952092

Text Example


Text Example

White with #952092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952092; }

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

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

background-color css

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

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

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

border-color css

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

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

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