Html Css Color HEX #963889 Dark Purple

📋 copy color: '#963889'

red 150 ◦ green 56 ◦ blue 137

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

Shades of Dark Purple #963889

Tints of Dark Purple #963889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.94%

R = 43.73%
G = 16.33%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#963889 (or 0x963889) is known color: Dark Purple. HEX triplet: 96, 38 and 89. RGB value is (150,56,137). Sum of RGB (Red+Green+Blue) = 150+56+137=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #963889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963889 is #69C776. Grayscale: #5D5D5D. Windows color (decimal): -6932343 or 8992918. OLE color: 8992918.

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

Color convert

RGB 150 56 137 -
CMYK 0 0.63 0.09 0.41
HSL 308.3º 0.46% 0.4% -
HSV(B) 308.3º 0.63% 0.59% -
XYZ 18.51 11.12 24.84 -
YUV 93.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 150 56 137 0 0.63 0.09 0.41 308.3 0.46 0.4
Hex 96 38 89 0 3F 9 29 134 2E 28
Octal 226 70 211 0 77 11 51 464 56 50
Binary 10010110 111000 10001001 0 111111 1001 101001 100110100 101110 101000

Color Harmonies of #963889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963889

Black with #963889

Text Example


Text Example

White with #963889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963889; }

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

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

background-color css

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

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

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

border-color css

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

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

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