Html Css Color HEX #983095 Vivid Violet

📋 copy color: '#983095'

red 152 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #983095

Tints of Vivid Violet #983095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.75%

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 43.55%
G = 13.75%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#983095 (or 0x983095) is known color: Vivid Violet. HEX triplet: 98, 30 and 95. RGB value is (152,48,149). Sum of RGB (Red+Green+Blue) = 152+48+149=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #983095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983095 is #67CF6A. Grayscale: #5A5A5A. Windows color (decimal): -6803307 or 9777304. OLE color: 9777304.

HSL color Cylindrical-coordinate representation of color #983095: hue angle of 301.73º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983095 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 149 -
CMYK 0 0.68 0.02 0.40
HSL 301.73º 0.52% 0.39% -
HSV(B) 301.73º 0.68% 0.6% -
XYZ 19.43 10.96 29.53 -
YUV 90.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 152 48 149 0 0.68 0.02 0.40 301.73 0.52 0.39
Hex 98 30 95 0 44 2 28 12E 34 27
Octal 230 60 225 0 104 2 50 456 64 47
Binary 10011000 110000 10010101 0 1000100 10 101000 100101110 110100 100111

Color Harmonies of #983095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983095

Black with #983095

Text Example


Text Example

White with #983095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983095; }

 p { color: rgb(152,48,149); }

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

background-color css

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

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

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

border-color css

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

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

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