Html Css Color HEX #952382 Dark Purple

📋 copy color: '#952382'

red 149 ◦ green 35 ◦ blue 130

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

Shades of Dark Purple #952382

Tints of Dark Purple #952382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 47.45%
G = 11.15%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#952382 (or 0x952382) is known color: Dark Purple. HEX triplet: 95, 23 and 82. RGB value is (149,35,130). Sum of RGB (Red+Green+Blue) = 149+35+130=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952382 is #6ADC7D. Grayscale: #4F4F4F. Windows color (decimal): -7003262 or 8528789. OLE color: 8528789.

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

Color convert

RGB 149 35 130 -
CMYK 0 0.77 0.13 0.42
HSL 310º 0.62% 0.36% -
HSV(B) 310º 0.77% 0.58% -
XYZ 17.02 9.2 22 -
YUV 79.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 149 35 130 0 0.77 0.13 0.42 310 0.62 0.36
Hex 95 23 82 0 4D D 2A 136 3E 24
Octal 225 43 202 0 115 15 52 466 76 44
Binary 10010101 100011 10000010 0 1001101 1101 101010 100110110 111110 100100

Color Harmonies of #952382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952382

Black with #952382

Text Example


Text Example

White with #952382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952382; }

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

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

background-color css

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

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

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

border-color css

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

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

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