Html Css Color HEX #963883 Dark Purple

📋 copy color: '#963883'

red 150 ◦ green 56 ◦ blue 131

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

Shades of Dark Purple #963883

Tints of Dark Purple #963883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.87%

R = 44.51%
G = 16.62%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963883 (or 0x963883) is known color: Dark Purple. HEX triplet: 96, 38 and 83. RGB value is (150,56,131). Sum of RGB (Red+Green+Blue) = 150+56+131=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #963883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963883 is #69C77C. Grayscale: #5C5C5C. Windows color (decimal): -6932349 or 8599702. OLE color: 8599702.

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

Color convert

RGB 150 56 131 -
CMYK 0 0.63 0.13 0.41
HSL 312.13º 0.46% 0.4% -
HSV(B) 312.13º 0.63% 0.59% -
XYZ 18.09 10.95 22.63 -
YUV 92.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 150 56 131 0 0.63 0.13 0.41 312.13 0.46 0.4
Hex 96 38 83 0 3F D 29 138 2E 28
Octal 226 70 203 0 77 15 51 470 56 50
Binary 10010110 111000 10000011 0 111111 1101 101001 100111000 101110 101000

Color Harmonies of #963883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963883

Black with #963883

Text Example


Text Example

White with #963883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963883; }

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

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

background-color css

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

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

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

border-color css

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

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

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