Html Css Color HEX #951B8E Dark Purple

📋 copy color: '#951B8E'

red 149 ◦ green 27 ◦ blue 142

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

Shades of Dark Purple #951B8E

Tints of Dark Purple #951B8E

RGB

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

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

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

R = 46.86%
G = 8.49%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#951B8E (or 0x951B8E) is known color: Dark Purple. HEX triplet: 95, 1B and 8E. RGB value is (149,27,142). Sum of RGB (Red+Green+Blue) = 149+27+142=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #951B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B8E is #6AE471. Grayscale: #4C4C4C. Windows color (decimal): -7005298 or 9313173. OLE color: 9313173.

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

Color convert

RGB 149 27 142 -
CMYK 0 0.82 0.05 0.42
HSL 303.44º 0.69% 0.35% -
HSV(B) 303.44º 0.82% 0.58% -
XYZ 17.67 9.13 26.42 -
YUV 76.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 149 27 142 0 0.82 0.05 0.42 303.44 0.69 0.35
Hex 95 1B 8E 0 52 5 2A 12F 45 23
Octal 225 33 216 0 122 5 52 457 105 43
Binary 10010101 11011 10001110 0 1010010 101 101010 100101111 1000101 100011

Color Harmonies of #951B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B8E

Black with #951B8E

Text Example


Text Example

White with #951B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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