Html Css Color HEX #951A8A Dark Purple

📋 copy color: '#951A8A'

red 149 ◦ green 26 ◦ blue 138

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

Shades of Dark Purple #951A8A

Tints of Dark Purple #951A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 47.6%
G = 8.31%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#951A8A (or 0x951A8A) is known color: Dark Purple. HEX triplet: 95, 1A and 8A. RGB value is (149,26,138). Sum of RGB (Red+Green+Blue) = 149+26+138=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #951A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951A8A is #6AE575. Grayscale: #4B4B4B. Windows color (decimal): -7005558 or 9050773. OLE color: 9050773.

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

Color convert

RGB 149 26 138 -
CMYK 0 0.83 0.07 0.42
HSL 305.37º 0.7% 0.34% -
HSV(B) 305.37º 0.83% 0.58% -
XYZ 17.35 8.96 24.86 -
YUV 75.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 149 26 138 0 0.83 0.07 0.42 305.37 0.7 0.34
Hex 95 1A 8A 0 53 7 2A 131 46 22
Octal 225 32 212 0 123 7 52 461 106 42
Binary 10010101 11010 10001010 0 1010011 111 101010 100110001 1000110 100010

Color Harmonies of #951A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A8A

Black with #951A8A

Text Example


Text Example

White with #951A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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