Html Css Color HEX #983591 Vivid Violet

📋 copy color: '#983591'

red 152 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #983591

Tints of Vivid Violet #983591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 43.43%
G = 15.14%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#983591 (or 0x983591) is known color: Vivid Violet. HEX triplet: 98, 35 and 91. RGB value is (152,53,145). Sum of RGB (Red+Green+Blue) = 152+53+145=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #983591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983591 is #67CA6E. Grayscale: #5C5C5C. Windows color (decimal): -6802031 or 9516440. OLE color: 9516440.

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

Color convert

RGB 152 53 145 -
CMYK 0 0.65 0.05 0.40
HSL 304.24º 0.48% 0.4% -
HSV(B) 304.24º 0.65% 0.6% -
XYZ 19.33 11.27 27.94 -
YUV 93.09 157.3 170.02 -
System Red Green Blue C M Y K H S L
Decimal 152 53 145 0 0.65 0.05 0.40 304.24 0.48 0.4
Hex 98 35 91 0 41 5 28 130 30 28
Octal 230 65 221 0 101 5 50 460 60 50
Binary 10011000 110101 10010001 0 1000001 101 101000 100110000 110000 101000

Color Harmonies of #983591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983591

Black with #983591

Text Example


Text Example

White with #983591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983591; }

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

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

background-color css

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

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

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

border-color css

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

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

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