Html Css Color HEX #963288 Dark Purple

📋 copy color: '#963288'

red 150 ◦ green 50 ◦ blue 136

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

Shades of Dark Purple #963288

Tints of Dark Purple #963288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.88%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 44.64%
G = 14.88%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#963288 (or 0x963288) is known color: Dark Purple. HEX triplet: 96, 32 and 88. RGB value is (150,50,136). Sum of RGB (Red+Green+Blue) = 150+50+136=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #963288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963288 is #69CD77. Grayscale: #595959. Windows color (decimal): -6933880 or 8925846. OLE color: 8925846.

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

Color convert

RGB 150 50 136 -
CMYK 0 0.67 0.09 0.41
HSL 308.4º 0.5% 0.39% -
HSV(B) 308.4º 0.67% 0.59% -
XYZ 18.16 10.54 24.37 -
YUV 89.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 150 50 136 0 0.67 0.09 0.41 308.4 0.5 0.39
Hex 96 32 88 0 43 9 29 134 32 27
Octal 226 62 210 0 103 11 51 464 62 47
Binary 10010110 110010 10001000 0 1000011 1001 101001 100110100 110010 100111

Color Harmonies of #963288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963288

Black with #963288

Text Example


Text Example

White with #963288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963288; }

 p { color: rgb(150,50,136); }

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

background-color css

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

 a { background-color: rgb(150,50,136); }

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

border-color css

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

 span { border-color: rgb(150,50,136); }

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