Html Css Color HEX #983996 Vivid Violet

📋 copy color: '#983996'

red 152 ◦ green 57 ◦ blue 150

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

Shades of Vivid Violet #983996

Tints of Vivid Violet #983996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.88%

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

R = 42.34%
G = 15.88%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#983996 (or 0x983996) is known color: Vivid Violet. HEX triplet: 98, 39 and 96. RGB value is (152,57,150). Sum of RGB (Red+Green+Blue) = 152+57+150=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #983996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983996 is #67C669. Grayscale: #5F5F5F. Windows color (decimal): -6801002 or 9845144. OLE color: 9845144.

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

Color convert

RGB 152 57 150 -
CMYK 0 0.62 0.01 0.40
HSL 301.26º 0.45% 0.41% -
HSV(B) 301.26º 0.63% 0.6% -
XYZ 19.92 11.8 30.08 -
YUV 96.01 158.47 167.94 -
System Red Green Blue C M Y K H S L
Decimal 152 57 150 0 0.62 0.01 0.40 301.26 0.45 0.41
Hex 98 39 96 0 3E 1 28 12D 2D 29
Octal 230 71 226 0 76 1 50 455 55 51
Binary 10011000 111001 10010110 0 111110 1 101000 100101101 101101 101001

Color Harmonies of #983996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983996

Black with #983996

Text Example


Text Example

White with #983996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983996; }

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

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

background-color css

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

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

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

border-color css

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

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

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