Html Css Color HEX #951A8B Dark Purple

📋 copy color: '#951A8B'

red 149 ◦ green 26 ◦ blue 139

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

Shades of Dark Purple #951A8B

Tints of Dark Purple #951A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.28%

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

R = 47.45%
G = 8.28%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#951A8B (or 0x951A8B) is known color: Dark Purple. HEX triplet: 95, 1A and 8B. RGB value is (149,26,139). Sum of RGB (Red+Green+Blue) = 149+26+139=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #951A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A8B is #6AE574. Grayscale: #4B4B4B. Windows color (decimal): -7005557 or 9116309. OLE color: 9116309.

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

Color convert

RGB 149 26 139 -
CMYK 0 0.83 0.07 0.42
HSL 304.88º 0.7% 0.34% -
HSV(B) 304.88º 0.83% 0.58% -
XYZ 17.42 8.99 25.24 -
YUV 75.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 149 26 139 0 0.83 0.07 0.42 304.88 0.7 0.34
Hex 95 1A 8B 0 53 7 2A 131 46 22
Octal 225 32 213 0 123 7 52 461 106 42
Binary 10010101 11010 10001011 0 1010011 111 101010 100110001 1000110 100010

Color Harmonies of #951A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A8B

Black with #951A8B

Text Example


Text Example

White with #951A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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