Html Css Color HEX #993598 Vivid Violet

📋 copy color: '#993598'

red 153 ◦ green 53 ◦ blue 152

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

Shades of Vivid Violet #993598

Tints of Vivid Violet #993598

RGB

 RED value IS 153 (60.16% from 255) = 42.74%

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 42.74%
G = 14.8%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#993598 (or 0x993598) is known color: Vivid Violet. HEX triplet: 99, 35 and 98. RGB value is (153,53,152). Sum of RGB (Red+Green+Blue) = 153+53+152=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #993598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993598 is #66CA67. Grayscale: #5D5D5D. Windows color (decimal): -6736488 or 9975193. OLE color: 9975193.

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

Color convert

RGB 153 53 152 -
CMYK 0 0.65 0.01 0.4
HSL 300.6º 0.49% 0.4% -
HSV(B) 300.6º 0.65% 0.6% -
XYZ 20.08 11.59 30.88 -
YUV 94.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 153 53 152 0 0.65 0.01 0.4 300.6 0.49 0.4
Hex 99 35 98 0 41 1 28 12D 31 28
Octal 231 65 230 0 101 1 50 455 61 50
Binary 10011001 110101 10011000 0 1000001 1 101000 100101101 110001 101000

Color Harmonies of #993598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993598

Black with #993598

Text Example


Text Example

White with #993598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993598; }

 p { color: rgb(153,53,152); }

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

background-color css

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

 a { background-color: rgb(153,53,152); }

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

border-color css

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

 span { border-color: rgb(153,53,152); }

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