Html Css Color HEX #963183 Dark Purple

📋 copy color: '#963183'

red 150 ◦ green 49 ◦ blue 131

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

Shades of Dark Purple #963183

Tints of Dark Purple #963183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

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

R = 45.45%
G = 14.85%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963183 (or 0x963183) is known color: Dark Purple. HEX triplet: 96, 31 and 83. RGB value is (150,49,131). Sum of RGB (Red+Green+Blue) = 150+49+131=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #963183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963183 is #69CE7C. Grayscale: #585858. Windows color (decimal): -6934141 or 8597910. OLE color: 8597910.

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

Color convert

RGB 150 49 131 -
CMYK 0 0.67 0.13 0.41
HSL 311.29º 0.51% 0.39% -
HSV(B) 311.29º 0.67% 0.59% -
XYZ 17.77 10.32 22.53 -
YUV 88.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 150 49 131 0 0.67 0.13 0.41 311.29 0.51 0.39
Hex 96 31 83 0 43 D 29 137 33 27
Octal 226 61 203 0 103 15 51 467 63 47
Binary 10010110 110001 10000011 0 1000011 1101 101001 100110111 110011 100111

Color Harmonies of #963183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963183

Black with #963183

Text Example


Text Example

White with #963183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963183; }

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

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

background-color css

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

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

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

border-color css

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

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

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