Html Css Color HEX #951E6B Dark Purple

📋 copy color: '#951E6B'

red 149 ◦ green 30 ◦ blue 107

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

Shades of Dark Purple #951E6B

Tints of Dark Purple #951E6B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 52.1%
G = 10.49%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#951E6B (or 0x951E6B) is known color: Dark Purple. HEX triplet: 95, 1E and 6B. RGB value is (149,30,107). Sum of RGB (Red+Green+Blue) = 149+30+107=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #951E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E6B is #6AE194. Grayscale: #4A4A4A. Windows color (decimal): -7004565 or 7020181. OLE color: 7020181.

HSL color Cylindrical-coordinate representation of color #951E6B: hue angle of 321.18º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E6B is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 107 -
CMYK 0 0.80 0.28 0.42
HSL 321.18º 0.66% 0.35% -
HSV(B) 321.18º 0.8% 0.58% -
XYZ 15.51 8.38 14.71 -
YUV 74.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 149 30 107 0 0.80 0.28 0.42 321.18 0.66 0.35
Hex 95 1E 6B 0 50 1C 2A 141 42 23
Octal 225 36 153 0 120 34 52 501 102 43
Binary 10010101 11110 1101011 0 1010000 11100 101010 101000001 1000010 100011

Color Harmonies of #951E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E6B

Black with #951E6B

Text Example


Text Example

White with #951E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,107); }

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

background-color css

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

 a { background-color: rgb(149,30,107); }

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

border-color css

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

 span { border-color: rgb(149,30,107); }

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