Html Css Color HEX #963482 Dark Purple

📋 copy color: '#963482'

red 150 ◦ green 52 ◦ blue 130

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

Shades of Dark Purple #963482

Tints of Dark Purple #963482

RGB

 RED value IS 150 (58.98% from 255) = 45.18%

 GREEN value IS 52 (20.7% from 255) = 15.66%

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

R = 45.18%
G = 15.66%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963482 (or 0x963482) is known color: Dark Purple. HEX triplet: 96, 34 and 82. RGB value is (150,52,130). Sum of RGB (Red+Green+Blue) = 150+52+130=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #963482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963482 is #69CB7D. Grayscale: #595959. Windows color (decimal): -6933374 or 8533142. OLE color: 8533142.

HSL color Cylindrical-coordinate representation of color #963482: hue angle of 312.24º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963482 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 130 -
CMYK 0 0.65 0.13 0.41
HSL 312.24º 0.49% 0.4% -
HSV(B) 312.24º 0.65% 0.59% -
XYZ 17.83 10.55 22.22 -
YUV 90.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 150 52 130 0 0.65 0.13 0.41 312.24 0.49 0.4
Hex 96 34 82 0 41 D 29 138 31 28
Octal 226 64 202 0 101 15 51 470 61 50
Binary 10010110 110100 10000010 0 1000001 1101 101001 100111000 110001 101000

Color Harmonies of #963482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963482

Black with #963482

Text Example


Text Example

White with #963482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963482; }

 p { color: rgb(150,52,130); }

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

background-color css

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

 a { background-color: rgb(150,52,130); }

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

border-color css

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

 span { border-color: rgb(150,52,130); }

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