Html Css Color HEX #983DA5 Vivid Violet

📋 copy color: '#983DA5'

red 152 ◦ green 61 ◦ blue 165

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

Shades of Vivid Violet #983DA5

Tints of Vivid Violet #983DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 40.21%
G = 16.14%
B = 43.65%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#983DA5 (or 0x983DA5) is known color: Vivid Violet. HEX triplet: 98, 3D and A5. RGB value is (152,61,165). Sum of RGB (Red+Green+Blue) = 152+61+165=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #983DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983DA5 is #67C25A. Grayscale: #636363. Windows color (decimal): -6799963 or 10829208. OLE color: 10829208.

HSL color Cylindrical-coordinate representation of color #983DA5: hue angle of 292.5º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983DA5 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 61 165 -
CMYK 0.08 0.63 0 0.35
HSL 292.5º 0.46% 0.44% -
HSV(B) 292.5º 0.63% 0.65% -
XYZ 21.41 12.73 36.93 -
YUV 100.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 152 61 165 0.08 0.63 0 0.35 292.5 0.46 0.44
Hex 98 3D A5 8 3F 0 23 124 2E 2C
Octal 230 75 245 10 77 0 43 444 56 54
Binary 10011000 111101 10100101 1000 111111 0 100011 100100100 101110 101100

Color Harmonies of #983DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983DA5

Black with #983DA5

Text Example


Text Example

White with #983DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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