Html Css Color HEX #983A93 Vivid Violet

📋 copy color: '#983A93'

red 152 ◦ green 58 ◦ blue 147

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

Shades of Vivid Violet #983A93

Tints of Vivid Violet #983A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 42.58%
G = 16.25%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#983A93 (or 0x983A93) is known color: Vivid Violet. HEX triplet: 98, 3A and 93. RGB value is (152,58,147). Sum of RGB (Red+Green+Blue) = 152+58+147=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #983A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983A93 is #67C56C. Grayscale: #5F5F5F. Windows color (decimal): -6800749 or 9648792. OLE color: 9648792.

HSL color Cylindrical-coordinate representation of color #983A93: hue angle of 303.19º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A93 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 147 -
CMYK 0 0.62 0.03 0.40
HSL 303.19º 0.45% 0.41% -
HSV(B) 303.19º 0.62% 0.6% -
XYZ 19.73 11.81 28.84 -
YUV 96.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 152 58 147 0 0.62 0.03 0.40 303.19 0.45 0.41
Hex 98 3A 93 0 3E 3 28 12F 2D 29
Octal 230 72 223 0 76 3 50 457 55 51
Binary 10011000 111010 10010011 0 111110 11 101000 100101111 101101 101001

Color Harmonies of #983A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A93

Black with #983A93

Text Example


Text Example

White with #983A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,58,147); }

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

background-color css

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

 a { background-color: rgb(152,58,147); }

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

border-color css

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

 span { border-color: rgb(152,58,147); }

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