Html Css Color HEX #983D95 Vivid Violet

📋 copy color: '#983D95'

red 152 ◦ green 61 ◦ blue 149

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

Shades of Vivid Violet #983D95

Tints of Vivid Violet #983D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

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

R = 41.99%
G = 16.85%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#983D95 (or 0x983D95) is known color: Vivid Violet. HEX triplet: 98, 3D and 95. RGB value is (152,61,149). Sum of RGB (Red+Green+Blue) = 152+61+149=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #983D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983D95 is #67C26A. Grayscale: #616161. Windows color (decimal): -6799979 or 9780632. OLE color: 9780632.

HSL color Cylindrical-coordinate representation of color #983D95: hue angle of 301.98º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #983D95 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 61 149 -
CMYK 0 0.60 0.02 0.40
HSL 301.98º 0.43% 0.42% -
HSV(B) 301.98º 0.6% 0.6% -
XYZ 20.04 12.18 29.73 -
YUV 98.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 152 61 149 0 0.60 0.02 0.40 301.98 0.43 0.42
Hex 98 3D 95 0 3C 2 28 12E 2B 2A
Octal 230 75 225 0 74 2 50 456 53 52
Binary 10011000 111101 10010101 0 111100 10 101000 100101110 101011 101010

Color Harmonies of #983D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D95

Black with #983D95

Text Example


Text Example

White with #983D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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