Html Css Color HEX #952078 Dark Purple

📋 copy color: '#952078'

red 149 ◦ green 32 ◦ blue 120

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

Shades of Dark Purple #952078

Tints of Dark Purple #952078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 49.5%
G = 10.63%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#952078 (or 0x952078) is known color: Dark Purple. HEX triplet: 95, 20 and 78. RGB value is (149,32,120). Sum of RGB (Red+Green+Blue) = 149+32+120=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952078 is #6ADF87. Grayscale: #4C4C4C. Windows color (decimal): -7004040 or 7872661. OLE color: 7872661.

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

Color convert

RGB 149 32 120 -
CMYK 0 0.79 0.19 0.42
HSL 314.87º 0.65% 0.35% -
HSV(B) 314.87º 0.79% 0.58% -
XYZ 16.3 8.78 18.6 -
YUV 77.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 149 32 120 0 0.79 0.19 0.42 314.87 0.65 0.35
Hex 95 20 78 0 4F 13 2A 13B 41 23
Octal 225 40 170 0 117 23 52 473 101 43
Binary 10010101 100000 1111000 0 1001111 10011 101010 100111011 1000001 100011

Color Harmonies of #952078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952078

Black with #952078

Text Example


Text Example

White with #952078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952078; }

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

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

background-color css

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

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

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

border-color css

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

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

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