Html Css Color HEX #983398 Vivid Violet

📋 copy color: '#983398'

red 152 ◦ green 51 ◦ blue 152

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

Shades of Vivid Violet #983398

Tints of Vivid Violet #983398

RGB

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

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

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

R = 42.82%
G = 14.37%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#983398 (or 0x983398) is known color: Vivid Violet. HEX triplet: 98, 33 and 98. RGB value is (152,51,152). Sum of RGB (Red+Green+Blue) = 152+51+152=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #983398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983398 is #67CC67. Grayscale: #5C5C5C. Windows color (decimal): -6802536 or 9974680. OLE color: 9974680.

HSL color Cylindrical-coordinate representation of color #983398: hue angle of 300º 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 #983398 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 152 -
CMYK 0 0.66 0 0.40
HSL 300º 0.5% 0.4% -
HSV(B) 300º 0.66% 0.6% -
XYZ 19.8 11.31 30.85 -
YUV 92.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 152 51 152 0 0.66 0 0.40 300 0.5 0.4
Hex 98 33 98 0 42 0 28 12C 32 28
Octal 230 63 230 0 102 0 50 454 62 50
Binary 10011000 110011 10011000 0 1000010 0 101000 100101100 110010 101000

Color Harmonies of #983398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983398

Black with #983398

Text Example


Text Example

White with #983398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983398; }

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

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

background-color css

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

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

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

border-color css

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

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

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