Html Css Color HEX #982595 Vivid Violet

📋 copy color: '#982595'

red 152 ◦ green 37 ◦ blue 149

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

Shades of Vivid Violet #982595

Tints of Vivid Violet #982595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 44.97%
G = 10.95%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#982595 (or 0x982595) is known color: Vivid Violet. HEX triplet: 98, 25 and 95. RGB value is (152,37,149). Sum of RGB (Red+Green+Blue) = 152+37+149=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #982595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982595 is #67DA6A. Grayscale: #535353. Windows color (decimal): -6806123 or 9774488. OLE color: 9774488.

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

Color convert

RGB 152 37 149 -
CMYK 0 0.76 0.02 0.40
HSL 301.57º 0.61% 0.37% -
HSV(B) 301.57º 0.76% 0.6% -
XYZ 19.04 10.17 29.39 -
YUV 84.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 152 37 149 0 0.76 0.02 0.40 301.57 0.61 0.37
Hex 98 25 95 0 4C 2 28 12E 3D 25
Octal 230 45 225 0 114 2 50 456 75 45
Binary 10011000 100101 10010101 0 1001100 10 101000 100101110 111101 100101

Color Harmonies of #982595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982595

Black with #982595

Text Example


Text Example

White with #982595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982595; }

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

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

background-color css

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

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

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

border-color css

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

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

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