Html Css Color HEX #951B8B Dark Purple

📋 copy color: '#951B8B'

red 149 ◦ green 27 ◦ blue 139

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

Shades of Dark Purple #951B8B

Tints of Dark Purple #951B8B

RGB

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

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

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

R = 47.3%
G = 8.57%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#951B8B (or 0x951B8B) is known color: Dark Purple. HEX triplet: 95, 1B and 8B. RGB value is (149,27,139). Sum of RGB (Red+Green+Blue) = 149+27+139=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #951B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B8B is #6AE474. Grayscale: #4B4B4B. Windows color (decimal): -7005301 or 9116565. OLE color: 9116565.

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

Color convert

RGB 149 27 139 -
CMYK 0 0.82 0.07 0.42
HSL 304.92º 0.69% 0.35% -
HSV(B) 304.92º 0.82% 0.58% -
XYZ 17.45 9.04 25.25 -
YUV 76.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 149 27 139 0 0.82 0.07 0.42 304.92 0.69 0.35
Hex 95 1B 8B 0 52 7 2A 131 45 23
Octal 225 33 213 0 122 7 52 461 105 43
Binary 10010101 11011 10001011 0 1010010 111 101010 100110001 1000101 100011

Color Harmonies of #951B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B8B

Black with #951B8B

Text Example


Text Example

White with #951B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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