Html Css Color HEX #962599 Vivid Violet

📋 copy color: '#962599'

red 150 ◦ green 37 ◦ blue 153

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

Shades of Vivid Violet #962599

Tints of Vivid Violet #962599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45%

R = 44.12%
G = 10.88%
B = 45%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#962599 (or 0x962599) is known color: Vivid Violet. HEX triplet: 96, 25 and 99. RGB value is (150,37,153). Sum of RGB (Red+Green+Blue) = 150+37+153=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #962599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962599 is #69DA66. Grayscale: #535353. Windows color (decimal): -6937191 or 10036630. OLE color: 10036630.

HSL color Cylindrical-coordinate representation of color #962599: hue angle of 298.45º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962599 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 37 153 -
CMYK 0.02 0.76 0 0.4
HSL 298.45º 0.61% 0.37% -
HSV(B) 298.45º 0.76% 0.6% -
XYZ 18.99 10.11 31.09 -
YUV 84.01 166.94 175.07 -
System Red Green Blue C M Y K H S L
Decimal 150 37 153 0.02 0.76 0 0.4 298.45 0.61 0.37
Hex 96 25 99 2 4C 0 28 12A 3D 25
Octal 226 45 231 2 114 0 50 452 75 45
Binary 10010110 100101 10011001 10 1001100 0 101000 100101010 111101 100101

Color Harmonies of #962599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962599

Black with #962599

Text Example


Text Example

White with #962599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962599; }

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

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

background-color css

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

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

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

border-color css

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

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

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