Html Css Color HEX #983AFB Blue Violet

📋 copy color: '#983AFB'

red 152 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #983AFB

Tints of Blue Violet #983AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 32.97%
G = 12.58%
B = 54.45%

CMYK

 C value IS 0.39

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#983AFB (or 0x983AFB) is known color: Blue Violet. HEX triplet: 98, 3A and FB. RGB value is (152,58,251). Sum of RGB (Red+Green+Blue) = 152+58+251=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #983AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983AFB is #67C504. Grayscale: #6B6B6B. Windows color (decimal): -6800645 or 16464536. OLE color: 16464536.

HSL color Cylindrical-coordinate representation of color #983AFB: hue angle of 269.22º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #983AFB is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 58 251 -
CMYK 0.39 0.77 0 0.02
HSL 269.22º 0.96% 0.61% -
HSV(B) 269.22º 0.77% 0.98% -
XYZ 31.87 16.67 92.8 -
YUV 108.11 208.64 159.31 -
System Red Green Blue C M Y K H S L
Decimal 152 58 251 0.39 0.77 0 0.02 269.22 0.96 0.61
Hex 98 3A FB 27 4D 0 2 10D 60 3D
Octal 230 72 373 47 115 0 2 415 140 75
Binary 10011000 111010 11111011 100111 1001101 0 10 100001101 1100000 111101

Color Harmonies of #983AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983AFB

Black with #983AFB

Text Example


Text Example

White with #983AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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