Html Css Color HEX #951275 Dark Purple

📋 copy color: '#951275'

red 149 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #951275

Tints of Dark Purple #951275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.2%

R = 52.46%
G = 6.34%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951275 (or 0x951275) is known color: Dark Purple. HEX triplet: 95, 12 and 75. RGB value is (149,18,117). Sum of RGB (Red+Green+Blue) = 149+18+117=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #951275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951275 is #6AED8A. Grayscale: #444444. Windows color (decimal): -7007627 or 7672469. OLE color: 7672469.

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

Color convert

RGB 149 18 117 -
CMYK 0 0.88 0.21 0.42
HSL 314.66º 0.78% 0.33% -
HSV(B) 314.66º 0.88% 0.58% -
XYZ 15.82 8.11 17.56 -
YUV 68.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 149 18 117 0 0.88 0.21 0.42 314.66 0.78 0.33
Hex 95 12 75 0 58 15 2A 13B 4E 21
Octal 225 22 165 0 130 25 52 473 116 41
Binary 10010101 10010 1110101 0 1011000 10101 101010 100111011 1001110 100001

Color Harmonies of #951275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951275

Black with #951275

Text Example


Text Example

White with #951275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951275; }

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

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

background-color css

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

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

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

border-color css

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

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

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