Html Css Color HEX #963082 Dark Purple

📋 copy color: '#963082'

red 150 ◦ green 48 ◦ blue 130

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

Shades of Dark Purple #963082

Tints of Dark Purple #963082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 45.73%
G = 14.63%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963082 (or 0x963082) is known color: Dark Purple. HEX triplet: 96, 30 and 82. RGB value is (150,48,130). Sum of RGB (Red+Green+Blue) = 150+48+130=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #963082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963082 is #69CF7D. Grayscale: #575757. Windows color (decimal): -6934398 or 8532118. OLE color: 8532118.

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

Color convert

RGB 150 48 130 -
CMYK 0 0.68 0.13 0.41
HSL 311.76º 0.52% 0.39% -
HSV(B) 311.76º 0.68% 0.59% -
XYZ 17.66 10.21 22.16 -
YUV 87.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 150 48 130 0 0.68 0.13 0.41 311.76 0.52 0.39
Hex 96 30 82 0 44 D 29 138 34 27
Octal 226 60 202 0 104 15 51 470 64 47
Binary 10010110 110000 10000010 0 1000100 1101 101001 100111000 110100 100111

Color Harmonies of #963082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963082

Black with #963082

Text Example


Text Example

White with #963082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963082; }

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

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

background-color css

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

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

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

border-color css

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

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

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