Html Css Color HEX #962098 Vivid Violet

📋 copy color: '#962098'

red 150 ◦ green 32 ◦ blue 152

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

Shades of Vivid Violet #962098

Tints of Vivid Violet #962098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 152 (59.77% from 255) = 45.51%

R = 44.91%
G = 9.58%
B = 45.51%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#962098 (or 0x962098) is known color: Vivid Violet. HEX triplet: 96, 20 and 98. RGB value is (150,32,152). Sum of RGB (Red+Green+Blue) = 150+32+152=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #962098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962098 is #69DF67. Grayscale: #505050. Windows color (decimal): -6938472 or 9969814. OLE color: 9969814.

HSL color Cylindrical-coordinate representation of color #962098: hue angle of 299º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962098 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 32 152 -
CMYK 0.01 0.79 0 0.40
HSL 299º 0.65% 0.36% -
HSV(B) 299º 0.79% 0.6% -
XYZ 18.76 9.78 30.61 -
YUV 80.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 150 32 152 0.01 0.79 0 0.40 299 0.65 0.36
Hex 96 20 98 1 4F 0 28 12B 41 24
Octal 226 40 230 1 117 0 50 453 101 44
Binary 10010110 100000 10011000 1 1001111 0 101000 100101011 1000001 100100

Color Harmonies of #962098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962098

Black with #962098

Text Example


Text Example

White with #962098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962098; }

 p { color: rgb(150,32,152); }

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

background-color css

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

 a { background-color: rgb(150,32,152); }

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

border-color css

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

 span { border-color: rgb(150,32,152); }

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