Html Css Color HEX #951B75 Dark Purple

📋 copy color: '#951B75'

red 149 ◦ green 27 ◦ blue 117

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

Shades of Dark Purple #951B75

Tints of Dark Purple #951B75

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.22%

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

R = 50.85%
G = 9.22%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951B75 (or 0x951B75) is known color: Dark Purple. HEX triplet: 95, 1B and 75. RGB value is (149,27,117). Sum of RGB (Red+Green+Blue) = 149+27+117=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #951B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B75 is #6AE48A. Grayscale: #494949. Windows color (decimal): -7005323 or 7674773. OLE color: 7674773.

HSL color Cylindrical-coordinate representation of color #951B75: hue angle of 315.74º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B75 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 117 -
CMYK 0 0.82 0.21 0.42
HSL 315.74º 0.69% 0.35% -
HSV(B) 315.74º 0.82% 0.58% -
XYZ 16 8.46 17.62 -
YUV 73.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 149 27 117 0 0.82 0.21 0.42 315.74 0.69 0.35
Hex 95 1B 75 0 52 15 2A 13C 45 23
Octal 225 33 165 0 122 25 52 474 105 43
Binary 10010101 11011 1110101 0 1010010 10101 101010 100111100 1000101 100011

Color Harmonies of #951B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B75

Black with #951B75

Text Example


Text Example

White with #951B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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