Html Css Color HEX #962585 Dark Purple

📋 copy color: '#962585'

red 150 ◦ green 37 ◦ blue 133

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

Shades of Dark Purple #962585

Tints of Dark Purple #962585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 46.88%
G = 11.56%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#962585 (or 0x962585) is known color: Dark Purple. HEX triplet: 96, 25 and 85. RGB value is (150,37,133). Sum of RGB (Red+Green+Blue) = 150+37+133=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #962585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962585 is #69DA7A. Grayscale: #515151. Windows color (decimal): -6937211 or 8725910. OLE color: 8725910.

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

Color convert

RGB 150 37 133 -
CMYK 0 0.75 0.11 0.41
HSL 309.03º 0.6% 0.37% -
HSV(B) 309.03º 0.75% 0.59% -
XYZ 17.47 9.5 23.1 -
YUV 81.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 150 37 133 0 0.75 0.11 0.41 309.03 0.6 0.37
Hex 96 25 85 0 4B B 29 135 3C 25
Octal 226 45 205 0 113 13 51 465 74 45
Binary 10010110 100101 10000101 0 1001011 1011 101001 100110101 111100 100101

Color Harmonies of #962585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962585

Black with #962585

Text Example


Text Example

White with #962585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962585; }

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

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

background-color css

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

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

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

border-color css

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

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

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