Html Css Color HEX #951A7A Dark Purple

📋 copy color: '#951A7A'

red 149 ◦ green 26 ◦ blue 122

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

Shades of Dark Purple #951A7A

Tints of Dark Purple #951A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 50.17%
G = 8.75%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#951A7A (or 0x951A7A) is known color: Dark Purple. HEX triplet: 95, 1A and 7A. RGB value is (149,26,122). Sum of RGB (Red+Green+Blue) = 149+26+122=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #951A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951A7A is #6AE585. Grayscale: #494949. Windows color (decimal): -7005574 or 8002197. OLE color: 8002197.

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

Color convert

RGB 149 26 122 -
CMYK 0 0.83 0.18 0.42
HSL 313.17º 0.7% 0.34% -
HSV(B) 313.17º 0.83% 0.58% -
XYZ 16.28 8.53 19.2 -
YUV 73.72 155.25 181.69 -
System Red Green Blue C M Y K H S L
Decimal 149 26 122 0 0.83 0.18 0.42 313.17 0.7 0.34
Hex 95 1A 7A 0 53 12 2A 139 46 22
Octal 225 32 172 0 123 22 52 471 106 42
Binary 10010101 11010 1111010 0 1010011 10010 101010 100111001 1000110 100010

Color Harmonies of #951A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A7A

Black with #951A7A

Text Example


Text Example

White with #951A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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