Html Css Color HEX #962583 Dark Purple

📋 copy color: '#962583'

red 150 ◦ green 37 ◦ blue 131

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

Shades of Dark Purple #962583

Tints of Dark Purple #962583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.64%

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

R = 47.17%
G = 11.64%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#962583 (or 0x962583) is known color: Dark Purple. HEX triplet: 96, 25 and 83. RGB value is (150,37,131). Sum of RGB (Red+Green+Blue) = 150+37+131=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #962583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962583 is #69DA7C. Grayscale: #515151. Windows color (decimal): -6937213 or 8594838. OLE color: 8594838.

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

Color convert

RGB 150 37 131 -
CMYK 0 0.75 0.13 0.41
HSL 310.09º 0.6% 0.37% -
HSV(B) 310.09º 0.75% 0.59% -
XYZ 17.34 9.45 22.38 -
YUV 81.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 150 37 131 0 0.75 0.13 0.41 310.09 0.6 0.37
Hex 96 25 83 0 4B D 29 136 3C 25
Octal 226 45 203 0 113 15 51 466 74 45
Binary 10010110 100101 10000011 0 1001011 1101 101001 100110110 111100 100101

Color Harmonies of #962583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962583

Black with #962583

Text Example


Text Example

White with #962583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962583; }

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

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

background-color css

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

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

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

border-color css

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

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

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