Html Css Color HEX #963882 Dark Purple

📋 copy color: '#963882'

red 150 ◦ green 56 ◦ blue 130

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

Shades of Dark Purple #963882

Tints of Dark Purple #963882

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

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

R = 44.64%
G = 16.67%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963882 (or 0x963882) is known color: Dark Purple. HEX triplet: 96, 38 and 82. RGB value is (150,56,130). Sum of RGB (Red+Green+Blue) = 150+56+130=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #963882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963882 is #69C77D. Grayscale: #5C5C5C. Windows color (decimal): -6932350 or 8534166. OLE color: 8534166.

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

Color convert

RGB 150 56 130 -
CMYK 0 0.63 0.13 0.41
HSL 312.77º 0.46% 0.4% -
HSV(B) 312.77º 0.63% 0.59% -
XYZ 18.02 10.92 22.28 -
YUV 92.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 150 56 130 0 0.63 0.13 0.41 312.77 0.46 0.4
Hex 96 38 82 0 3F D 29 139 2E 28
Octal 226 70 202 0 77 15 51 471 56 50
Binary 10010110 111000 10000010 0 111111 1101 101001 100111001 101110 101000

Color Harmonies of #963882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963882

Black with #963882

Text Example


Text Example

White with #963882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963882; }

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

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

background-color css

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

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

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

border-color css

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

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

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