Html Css Color HEX #951A7C Dark Purple

📋 copy color: '#951A7C'

red 149 ◦ green 26 ◦ blue 124

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

Shades of Dark Purple #951A7C

Tints of Dark Purple #951A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 49.83%
G = 8.7%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#951A7C (or 0x951A7C) is known color: Dark Purple. HEX triplet: 95, 1A and 7C. RGB value is (149,26,124). Sum of RGB (Red+Green+Blue) = 149+26+124=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #951A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A7C is #6AE583. Grayscale: #494949. Windows color (decimal): -7005572 or 8133269. OLE color: 8133269.

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

Color convert

RGB 149 26 124 -
CMYK 0 0.83 0.17 0.42
HSL 312.2º 0.7% 0.34% -
HSV(B) 312.2º 0.83% 0.58% -
XYZ 16.4 8.58 19.86 -
YUV 73.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 149 26 124 0 0.83 0.17 0.42 312.2 0.7 0.34
Hex 95 1A 7C 0 53 11 2A 138 46 22
Octal 225 32 174 0 123 21 52 470 106 42
Binary 10010101 11010 1111100 0 1010011 10001 101010 100111000 1000110 100010

Color Harmonies of #951A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A7C

Black with #951A7C

Text Example


Text Example

White with #951A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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