Html Css Color HEX #962383 Dark Purple

📋 copy color: '#962383'

red 150 ◦ green 35 ◦ blue 131

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

Shades of Dark Purple #962383

Tints of Dark Purple #962383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 47.47%
G = 11.08%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#962383 (or 0x962383) is known color: Dark Purple. HEX triplet: 96, 23 and 83. RGB value is (150,35,131). Sum of RGB (Red+Green+Blue) = 150+35+131=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #962383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962383 is #69DC7C. Grayscale: #505050. Windows color (decimal): -6937725 or 8594326. OLE color: 8594326.

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

Color convert

RGB 150 35 131 -
CMYK 0 0.77 0.13 0.41
HSL 309.91º 0.62% 0.36% -
HSV(B) 309.91º 0.77% 0.59% -
XYZ 17.28 9.32 22.36 -
YUV 80.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 150 35 131 0 0.77 0.13 0.41 309.91 0.62 0.36
Hex 96 23 83 0 4D D 29 136 3E 24
Octal 226 43 203 0 115 15 51 466 76 44
Binary 10010110 100011 10000011 0 1001101 1101 101001 100110110 111110 100100

Color Harmonies of #962383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962383

Black with #962383

Text Example


Text Example

White with #962383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962383; }

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

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

background-color css

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

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

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

border-color css

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

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

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