Html Css Color HEX #983596 Vivid Violet

📋 copy color: '#983596'

red 152 ◦ green 53 ◦ blue 150

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

Shades of Vivid Violet #983596

Tints of Vivid Violet #983596

RGB

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

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

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

R = 42.82%
G = 14.93%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#983596 (or 0x983596) is known color: Vivid Violet. HEX triplet: 98, 35 and 96. RGB value is (152,53,150). Sum of RGB (Red+Green+Blue) = 152+53+150=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #983596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983596 is #67CA69. Grayscale: #5D5D5D. Windows color (decimal): -6802026 or 9844120. OLE color: 9844120.

HSL color Cylindrical-coordinate representation of color #983596: hue angle of 301.21º degrees, saturation: 0.48, 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 #983596 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 150 -
CMYK 0 0.65 0.01 0.40
HSL 301.21º 0.48% 0.4% -
HSV(B) 301.21º 0.65% 0.6% -
XYZ 19.73 11.42 30.02 -
YUV 93.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 152 53 150 0 0.65 0.01 0.40 301.21 0.48 0.4
Hex 98 35 96 0 41 1 28 12D 30 28
Octal 230 65 226 0 101 1 50 455 60 50
Binary 10011000 110101 10010110 0 1000001 1 101000 100101101 110000 101000

Color Harmonies of #983596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983596

Black with #983596

Text Example


Text Example

White with #983596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983596; }

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

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

background-color css

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

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

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

border-color css

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

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

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