Html Css Color HEX #983396 Vivid Violet

📋 copy color: '#983396'

red 152 ◦ green 51 ◦ blue 150

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

Shades of Vivid Violet #983396

Tints of Vivid Violet #983396

RGB

 RED value IS 152 (59.77% from 255) = 43.06%

 GREEN value IS 51 (20.31% from 255) = 14.45%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 43.06%
G = 14.45%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#983396 (or 0x983396) is known color: Vivid Violet. HEX triplet: 98, 33 and 96. RGB value is (152,51,150). Sum of RGB (Red+Green+Blue) = 152+51+150=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #983396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983396 is #67CC69. Grayscale: #5C5C5C. Windows color (decimal): -6802538 or 9843608. OLE color: 9843608.

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

Color convert

RGB 152 51 150 -
CMYK 0 0.66 0.01 0.40
HSL 301.19º 0.5% 0.4% -
HSV(B) 301.19º 0.66% 0.6% -
XYZ 19.64 11.25 29.99 -
YUV 92.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 152 51 150 0 0.66 0.01 0.40 301.19 0.5 0.4
Hex 98 33 96 0 42 1 28 12D 32 28
Octal 230 63 226 0 102 1 50 455 62 50
Binary 10011000 110011 10010110 0 1000010 1 101000 100101101 110010 101000

Color Harmonies of #983396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983396

Black with #983396

Text Example


Text Example

White with #983396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983396; }

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

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

background-color css

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

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

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

border-color css

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

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

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