Html Css Color HEX #983FF0 Blue Violet

📋 copy color: '#983FF0'

red 152 ◦ green 63 ◦ blue 240

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

Shades of Blue Violet #983FF0

Tints of Blue Violet #983FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.75%

R = 33.41%
G = 13.85%
B = 52.75%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#983FF0 (or 0x983FF0) is known color: Blue Violet. HEX triplet: 98, 3F and F0. RGB value is (152,63,240). Sum of RGB (Red+Green+Blue) = 152+63+240=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #983FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983FF0 is #67C00F. Grayscale: #6D6D6D. Windows color (decimal): -6799376 or 15744920. OLE color: 15744920.

HSL color Cylindrical-coordinate representation of color #983FF0: hue angle of 270.17º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #983FF0 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 63 240 -
CMYK 0.37 0.74 0 0.06
HSL 270.17º 0.86% 0.59% -
HSV(B) 270.17º 0.74% 0.94% -
XYZ 30.45 16.52 84.02 -
YUV 109.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 152 63 240 0.37 0.74 0 0.06 270.17 0.86 0.59
Hex 98 3F F0 25 4A 0 6 10E 56 3B
Octal 230 77 360 45 112 0 6 416 126 73
Binary 10011000 111111 11110000 100101 1001010 0 110 100001110 1010110 111011

Color Harmonies of #983FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FF0

Black with #983FF0

Text Example


Text Example

White with #983FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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