Html Css Color HEX #982995 Vivid Violet

📋 copy color: '#982995'

red 152 ◦ green 41 ◦ blue 149

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

Shades of Vivid Violet #982995

Tints of Vivid Violet #982995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

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

R = 44.44%
G = 11.99%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#982995 (or 0x982995) is known color: Vivid Violet. HEX triplet: 98, 29 and 95. RGB value is (152,41,149). Sum of RGB (Red+Green+Blue) = 152+41+149=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #982995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982995 is #67D66A. Grayscale: #565656. Windows color (decimal): -6805099 or 9775512. OLE color: 9775512.

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

Color convert

RGB 152 41 149 -
CMYK 0 0.73 0.02 0.40
HSL 301.62º 0.58% 0.38% -
HSV(B) 301.62º 0.73% 0.6% -
XYZ 19.17 10.43 29.44 -
YUV 86.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 152 41 149 0 0.73 0.02 0.40 301.62 0.58 0.38
Hex 98 29 95 0 49 2 28 12E 3A 26
Octal 230 51 225 0 111 2 50 456 72 46
Binary 10011000 101001 10010101 0 1001001 10 101000 100101110 111010 100110

Color Harmonies of #982995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982995

Black with #982995

Text Example


Text Example

White with #982995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982995; }

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

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

background-color css

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

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

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

border-color css

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

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

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