Html Css Color HEX #951273 Dark Purple

📋 copy color: '#951273'

red 149 ◦ green 18 ◦ blue 115

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

Shades of Dark Purple #951273

Tints of Dark Purple #951273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 52.84%
G = 6.38%
B = 40.78%

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

#951273 (or 0x951273) is known color: Dark Purple. HEX triplet: 95, 12 and 73. RGB value is (149,18,115). Sum of RGB (Red+Green+Blue) = 149+18+115=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #951273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951273 is #6AED8C. Grayscale: #434343. Windows color (decimal): -7007629 or 7541397. OLE color: 7541397.

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

Color convert

RGB 149 18 115 -
CMYK 0 0.88 0.23 0.42
HSL 315.57º 0.78% 0.33% -
HSV(B) 315.57º 0.88% 0.58% -
XYZ 15.71 8.06 16.95 -
YUV 68.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 149 18 115 0 0.88 0.23 0.42 315.57 0.78 0.33
Hex 95 12 73 0 58 17 2A 13C 4E 21
Octal 225 22 163 0 130 27 52 474 116 41
Binary 10010101 10010 1110011 0 1011000 10111 101010 100111100 1001110 100001

Color Harmonies of #951273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951273

Black with #951273

Text Example


Text Example

White with #951273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951273; }

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

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

background-color css

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

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

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

border-color css

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

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

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