Html Css Color HEX #952482 Dark Purple

📋 copy color: '#952482'

red 149 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #952482

Tints of Dark Purple #952482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.43%

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

R = 47.3%
G = 11.43%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#952482 (or 0x952482) is known color: Dark Purple. HEX triplet: 95, 24 and 82. RGB value is (149,36,130). Sum of RGB (Red+Green+Blue) = 149+36+130=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952482 is #6ADB7D. Grayscale: #505050. Windows color (decimal): -7003006 or 8529045. OLE color: 8529045.

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

Color convert

RGB 149 36 130 -
CMYK 0 0.76 0.13 0.42
HSL 310.09º 0.61% 0.36% -
HSV(B) 310.09º 0.76% 0.58% -
XYZ 17.05 9.26 22.01 -
YUV 80.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 149 36 130 0 0.76 0.13 0.42 310.09 0.61 0.36
Hex 95 24 82 0 4C D 2A 136 3D 24
Octal 225 44 202 0 114 15 52 466 75 44
Binary 10010101 100100 10000010 0 1001100 1101 101010 100110110 111101 100100

Color Harmonies of #952482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952482

Black with #952482

Text Example


Text Example

White with #952482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952482; }

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

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

background-color css

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

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

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

border-color css

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

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

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