Html Css Color HEX #951A8E Dark Purple

📋 copy color: '#951A8E'

red 149 ◦ green 26 ◦ blue 142

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

Shades of Dark Purple #951A8E

Tints of Dark Purple #951A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.79%

R = 47%
G = 8.2%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#951A8E (or 0x951A8E) is known color: Dark Purple. HEX triplet: 95, 1A and 8E. RGB value is (149,26,142). Sum of RGB (Red+Green+Blue) = 149+26+142=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #951A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A8E is #6AE571. Grayscale: #4B4B4B. Windows color (decimal): -7005554 or 9312917. OLE color: 9312917.

HSL color Cylindrical-coordinate representation of color #951A8E: hue angle of 303.41º 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 #951A8E is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 142 -
CMYK 0 0.83 0.05 0.42
HSL 303.41º 0.7% 0.34% -
HSV(B) 303.41º 0.83% 0.58% -
XYZ 17.65 9.08 26.41 -
YUV 76 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 149 26 142 0 0.83 0.05 0.42 303.41 0.7 0.34
Hex 95 1A 8E 0 53 5 2A 12F 46 22
Octal 225 32 216 0 123 5 52 457 106 42
Binary 10010101 11010 10001110 0 1010011 101 101010 100101111 1000110 100010

Color Harmonies of #951A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A8E

Black with #951A8E

Text Example


Text Example

White with #951A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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