Html Css Color HEX #983FA4 Vivid Violet

📋 copy color: '#983FA4'

red 152 ◦ green 63 ◦ blue 164

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

Shades of Vivid Violet #983FA4

Tints of Vivid Violet #983FA4

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

 BLUE value IS 164 (64.45% from 255) = 43.27%

R = 40.11%
G = 16.62%
B = 43.27%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#983FA4 (or 0x983FA4) is known color: Vivid Violet. HEX triplet: 98, 3F and A4. RGB value is (152,63,164). Sum of RGB (Red+Green+Blue) = 152+63+164=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #983FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983FA4 is #67C05B. Grayscale: #646464. Windows color (decimal): -6799452 or 10764184. OLE color: 10764184.

HSL color Cylindrical-coordinate representation of color #983FA4: hue angle of 292.87º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983FA4 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 63 164 -
CMYK 0.07 0.62 0 0.36
HSL 292.87º 0.44% 0.45% -
HSV(B) 292.87º 0.62% 0.64% -
XYZ 21.43 12.91 36.48 -
YUV 101.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 152 63 164 0.07 0.62 0 0.36 292.87 0.44 0.45
Hex 98 3F A4 7 3E 0 24 125 2C 2D
Octal 230 77 244 7 76 0 44 445 54 55
Binary 10011000 111111 10100100 111 111110 0 100100 100100101 101100 101101

Color Harmonies of #983FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FA4

Black with #983FA4

Text Example


Text Example

White with #983FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,63,164); }

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

background-color css

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

 a { background-color: rgb(152,63,164); }

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

border-color css

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

 span { border-color: rgb(152,63,164); }

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