Html Css Color HEX #951A72 Dark Purple

📋 copy color: '#951A72'

red 149 ◦ green 26 ◦ blue 114

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

Shades of Dark Purple #951A72

Tints of Dark Purple #951A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

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

R = 51.56%
G = 9%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#951A72 (or 0x951A72) is known color: Dark Purple. HEX triplet: 95, 1A and 72. RGB value is (149,26,114). Sum of RGB (Red+Green+Blue) = 149+26+114=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #951A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A72 is #6AE58D. Grayscale: #484848. Windows color (decimal): -7005582 or 7477909. OLE color: 7477909.

HSL color Cylindrical-coordinate representation of color #951A72: hue angle of 317.07º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A72 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 114 -
CMYK 0 0.83 0.23 0.42
HSL 317.07º 0.7% 0.34% -
HSV(B) 317.07º 0.83% 0.58% -
XYZ 15.8 8.34 16.7 -
YUV 72.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 149 26 114 0 0.83 0.23 0.42 317.07 0.7 0.34
Hex 95 1A 72 0 53 17 2A 13D 46 22
Octal 225 32 162 0 123 27 52 475 106 42
Binary 10010101 11010 1110010 0 1010011 10111 101010 100111101 1000110 100010

Color Harmonies of #951A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A72

Black with #951A72

Text Example


Text Example

White with #951A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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