Html Css Color HEX #951482 Dark Purple

📋 copy color: '#951482'

red 149 ◦ green 20 ◦ blue 130

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

Shades of Dark Purple #951482

Tints of Dark Purple #951482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 49.83%
G = 6.69%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#951482 (or 0x951482) is known color: Dark Purple. HEX triplet: 95, 14 and 82. RGB value is (149,20,130). Sum of RGB (Red+Green+Blue) = 149+20+130=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #951482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951482 is #6AEB7D. Grayscale: #464646. Windows color (decimal): -7007102 or 8524949. OLE color: 8524949.

HSL color Cylindrical-coordinate representation of color #951482: hue angle of 308.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951482 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 130 -
CMYK 0 0.87 0.13 0.42
HSL 308.84º 0.76% 0.33% -
HSV(B) 308.84º 0.87% 0.58% -
XYZ 16.67 8.5 21.88 -
YUV 71.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 149 20 130 0 0.87 0.13 0.42 308.84 0.76 0.33
Hex 95 14 82 0 57 D 2A 135 4C 21
Octal 225 24 202 0 127 15 52 465 114 41
Binary 10010101 10100 10000010 0 1010111 1101 101010 100110101 1001100 100001

Color Harmonies of #951482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951482

Black with #951482

Text Example


Text Example

White with #951482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951482; }

 p { color: rgb(149,20,130); }

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

background-color css

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

 a { background-color: rgb(149,20,130); }

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

border-color css

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

 span { border-color: rgb(149,20,130); }

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