Html Css Color HEX #963388 Dark Purple

📋 copy color: '#963388'

red 150 ◦ green 51 ◦ blue 136

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

Shades of Dark Purple #963388

Tints of Dark Purple #963388

RGB

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

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

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

R = 44.51%
G = 15.13%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#963388 (or 0x963388) is known color: Dark Purple. HEX triplet: 96, 33 and 88. RGB value is (150,51,136). Sum of RGB (Red+Green+Blue) = 150+51+136=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #963388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963388 is #69CC77. Grayscale: #5A5A5A. Windows color (decimal): -6933624 or 8926102. OLE color: 8926102.

HSL color Cylindrical-coordinate representation of color #963388: hue angle of 308.48º 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 #963388 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 136 -
CMYK 0 0.66 0.09 0.41
HSL 308.48º 0.49% 0.39% -
HSV(B) 308.48º 0.66% 0.59% -
XYZ 18.21 10.63 24.38 -
YUV 90.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 150 51 136 0 0.66 0.09 0.41 308.48 0.49 0.39
Hex 96 33 88 0 42 9 29 134 31 27
Octal 226 63 210 0 102 11 51 464 61 47
Binary 10010110 110011 10001000 0 1000010 1001 101001 100110100 110001 100111

Color Harmonies of #963388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963388

Black with #963388

Text Example


Text Example

White with #963388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963388; }

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

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

background-color css

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

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

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

border-color css

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

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

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