Html Css Color HEX #951C8B Dark Purple

📋 copy color: '#951C8B'

red 149 ◦ green 28 ◦ blue 139

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

Shades of Dark Purple #951C8B

Tints of Dark Purple #951C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 47.15%
G = 8.86%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#951C8B (or 0x951C8B) is known color: Dark Purple. HEX triplet: 95, 1C and 8B. RGB value is (149,28,139). Sum of RGB (Red+Green+Blue) = 149+28+139=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #951C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C8B is #6AE374. Grayscale: #4C4C4C. Windows color (decimal): -7005045 or 9116821. OLE color: 9116821.

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

Color convert

RGB 149 28 139 -
CMYK 0 0.81 0.07 0.42
HSL 304.96º 0.68% 0.35% -
HSV(B) 304.96º 0.81% 0.58% -
XYZ 17.47 9.08 25.26 -
YUV 76.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 149 28 139 0 0.81 0.07 0.42 304.96 0.68 0.35
Hex 95 1C 8B 0 51 7 2A 131 44 23
Octal 225 34 213 0 121 7 52 461 104 43
Binary 10010101 11100 10001011 0 1010001 111 101010 100110001 1000100 100011

Color Harmonies of #951C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C8B

Black with #951C8B

Text Example


Text Example

White with #951C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,28,139); }

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

background-color css

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

 a { background-color: rgb(149,28,139); }

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

border-color css

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

 span { border-color: rgb(149,28,139); }

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