Html Css Color HEX #983594 Vivid Violet

📋 copy color: '#983594'

red 152 ◦ green 53 ◦ blue 148

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

Shades of Vivid Violet #983594

Tints of Vivid Violet #983594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 43.06%
G = 15.01%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#983594 (or 0x983594) is known color: Vivid Violet. HEX triplet: 98, 35 and 94. RGB value is (152,53,148). Sum of RGB (Red+Green+Blue) = 152+53+148=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #983594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983594 is #67CA6B. Grayscale: #5D5D5D. Windows color (decimal): -6802028 or 9713048. OLE color: 9713048.

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

Color convert

RGB 152 53 148 -
CMYK 0 0.65 0.03 0.40
HSL 302.42º 0.48% 0.4% -
HSV(B) 302.42º 0.65% 0.6% -
XYZ 19.57 11.36 29.18 -
YUV 93.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 152 53 148 0 0.65 0.03 0.40 302.42 0.48 0.4
Hex 98 35 94 0 41 3 28 12E 30 28
Octal 230 65 224 0 101 3 50 456 60 50
Binary 10011000 110101 10010100 0 1000001 11 101000 100101110 110000 101000

Color Harmonies of #983594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983594

Black with #983594

Text Example


Text Example

White with #983594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983594; }

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

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

background-color css

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

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

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

border-color css

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

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

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