Html Css Color HEX #962883 Dark Purple

📋 copy color: '#962883'

red 150 ◦ green 40 ◦ blue 131

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

Shades of Dark Purple #962883

Tints of Dark Purple #962883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.46%

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

R = 46.73%
G = 12.46%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#962883 (or 0x962883) is known color: Dark Purple. HEX triplet: 96, 28 and 83. RGB value is (150,40,131). Sum of RGB (Red+Green+Blue) = 150+40+131=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #962883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962883 is #69D77C. Grayscale: #535353. Windows color (decimal): -6936445 or 8595606. OLE color: 8595606.

HSL color Cylindrical-coordinate representation of color #962883: hue angle of 310.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962883 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 131 -
CMYK 0 0.73 0.13 0.41
HSL 310.36º 0.58% 0.37% -
HSV(B) 310.36º 0.73% 0.59% -
XYZ 17.43 9.64 22.41 -
YUV 83.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 150 40 131 0 0.73 0.13 0.41 310.36 0.58 0.37
Hex 96 28 83 0 49 D 29 136 3A 25
Octal 226 50 203 0 111 15 51 466 72 45
Binary 10010110 101000 10000011 0 1001001 1101 101001 100110110 111010 100101

Color Harmonies of #962883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962883

Black with #962883

Text Example


Text Example

White with #962883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962883; }

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

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

background-color css

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

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

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

border-color css

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

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

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