Html Css Color HEX #963982 Dark Purple

📋 copy color: '#963982'

red 150 ◦ green 57 ◦ blue 130

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

Shades of Dark Purple #963982

Tints of Dark Purple #963982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

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

R = 44.51%
G = 16.91%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963982 (or 0x963982) is known color: Dark Purple. HEX triplet: 96, 39 and 82. RGB value is (150,57,130). Sum of RGB (Red+Green+Blue) = 150+57+130=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #963982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963982 is #69C67D. Grayscale: #5C5C5C. Windows color (decimal): -6932094 or 8534422. OLE color: 8534422.

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

Color convert

RGB 150 57 130 -
CMYK 0 0.62 0.13 0.41
HSL 312.9º 0.45% 0.41% -
HSV(B) 312.9º 0.62% 0.59% -
XYZ 18.07 11.02 22.29 -
YUV 93.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 150 57 130 0 0.62 0.13 0.41 312.9 0.45 0.41
Hex 96 39 82 0 3E D 29 139 2D 29
Octal 226 71 202 0 76 15 51 471 55 51
Binary 10010110 111001 10000010 0 111110 1101 101001 100111001 101101 101001

Color Harmonies of #963982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963982

Black with #963982

Text Example


Text Example

White with #963982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963982; }

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

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

background-color css

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

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

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

border-color css

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

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

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