Html Css Color HEX #963382 Dark Purple

📋 copy color: '#963382'

red 150 ◦ green 51 ◦ blue 130

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

Shades of Dark Purple #963382

Tints of Dark Purple #963382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 45.32%
G = 15.41%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963382 (or 0x963382) is known color: Dark Purple. HEX triplet: 96, 33 and 82. RGB value is (150,51,130). Sum of RGB (Red+Green+Blue) = 150+51+130=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #963382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963382 is #69CC7D. Grayscale: #595959. Windows color (decimal): -6933630 or 8532886. OLE color: 8532886.

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

Color convert

RGB 150 51 130 -
CMYK 0 0.66 0.13 0.41
HSL 312.12º 0.49% 0.39% -
HSV(B) 312.12º 0.66% 0.59% -
XYZ 17.79 10.46 22.2 -
YUV 89.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 150 51 130 0 0.66 0.13 0.41 312.12 0.49 0.39
Hex 96 33 82 0 42 D 29 138 31 27
Octal 226 63 202 0 102 15 51 470 61 47
Binary 10010110 110011 10000010 0 1000010 1101 101001 100111000 110001 100111

Color Harmonies of #963382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963382

Black with #963382

Text Example


Text Example

White with #963382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963382; }

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

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

background-color css

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

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

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

border-color css

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

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

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