Html Css Color HEX #963383 Dark Purple

📋 copy color: '#963383'

red 150 ◦ green 51 ◦ blue 131

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

Shades of Dark Purple #963383

Tints of Dark Purple #963383

RGB

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

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

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

R = 45.18%
G = 15.36%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#963383 (or 0x963383) is known color: Dark Purple. HEX triplet: 96, 33 and 83. RGB value is (150,51,131). Sum of RGB (Red+Green+Blue) = 150+51+131=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #963383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963383 is #69CC7C. Grayscale: #595959. Windows color (decimal): -6933629 or 8598422. OLE color: 8598422.

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

Color convert

RGB 150 51 131 -
CMYK 0 0.66 0.13 0.41
HSL 311.52º 0.49% 0.39% -
HSV(B) 311.52º 0.66% 0.59% -
XYZ 17.86 10.49 22.56 -
YUV 89.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 150 51 131 0 0.66 0.13 0.41 311.52 0.49 0.39
Hex 96 33 83 0 42 D 29 138 31 27
Octal 226 63 203 0 102 15 51 470 61 47
Binary 10010110 110011 10000011 0 1000010 1101 101001 100111000 110001 100111

Color Harmonies of #963383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963383

Black with #963383

Text Example


Text Example

White with #963383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963383; }

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

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

background-color css

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

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

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

border-color css

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

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

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