Html Css Color HEX #951B7E Dark Purple

📋 copy color: '#951B7E'

red 149 ◦ green 27 ◦ blue 126

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

Shades of Dark Purple #951B7E

Tints of Dark Purple #951B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.72%

R = 49.34%
G = 8.94%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#951B7E (or 0x951B7E) is known color: Dark Purple. HEX triplet: 95, 1B and 7E. RGB value is (149,27,126). Sum of RGB (Red+Green+Blue) = 149+27+126=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951B7E is #6AE481. Grayscale: #4A4A4A. Windows color (decimal): -7005314 or 8264597. OLE color: 8264597.

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

Color convert

RGB 149 27 126 -
CMYK 0 0.82 0.15 0.42
HSL 311.31º 0.69% 0.35% -
HSV(B) 311.31º 0.82% 0.58% -
XYZ 16.55 8.68 20.54 -
YUV 74.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 149 27 126 0 0.82 0.15 0.42 311.31 0.69 0.35
Hex 95 1B 7E 0 52 F 2A 137 45 23
Octal 225 33 176 0 122 17 52 467 105 43
Binary 10010101 11011 1111110 0 1010010 1111 101010 100110111 1000101 100011

Color Harmonies of #951B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B7E

Black with #951B7E

Text Example


Text Example

White with #951B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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