Html Css Color HEX #951272 Dark Purple

📋 copy color: '#951272'

red 149 ◦ green 18 ◦ blue 114

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

Shades of Dark Purple #951272

Tints of Dark Purple #951272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 53.02%
G = 6.41%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#951272 (or 0x951272) is known color: Dark Purple. HEX triplet: 95, 12 and 72. RGB value is (149,18,114). Sum of RGB (Red+Green+Blue) = 149+18+114=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #951272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951272 is #6AED8D. Grayscale: #434343. Windows color (decimal): -7007630 or 7475861. OLE color: 7475861.

HSL color Cylindrical-coordinate representation of color #951272: hue angle of 316.03º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951272 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 114 -
CMYK 0 0.88 0.23 0.42
HSL 316.03º 0.78% 0.33% -
HSV(B) 316.03º 0.88% 0.58% -
XYZ 15.65 8.04 16.65 -
YUV 68.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 149 18 114 0 0.88 0.23 0.42 316.03 0.78 0.33
Hex 95 12 72 0 58 17 2A 13C 4E 21
Octal 225 22 162 0 130 27 52 474 116 41
Binary 10010101 10010 1110010 0 1011000 10111 101010 100111100 1001110 100001

Color Harmonies of #951272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951272

Black with #951272

Text Example


Text Example

White with #951272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951272; }

 p { color: rgb(149,18,114); }

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

background-color css

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

 a { background-color: rgb(149,18,114); }

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

border-color css

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

 span { border-color: rgb(149,18,114); }

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