Html Css Color HEX #983FFA Blue Violet

📋 copy color: '#983FFA'

red 152 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #983FFA

Tints of Blue Violet #983FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 32.69%
G = 13.55%
B = 53.76%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#983FFA (or 0x983FFA) is known color: Blue Violet. HEX triplet: 98, 3F and FA. RGB value is (152,63,250). Sum of RGB (Red+Green+Blue) = 152+63+250=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #983FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983FFA is #67C005. Grayscale: #6E6E6E. Windows color (decimal): -6799366 or 16400280. OLE color: 16400280.

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

Color convert

RGB 152 63 250 -
CMYK 0.39 0.75 0 0.02
HSL 268.56º 0.95% 0.61% -
HSV(B) 268.56º 0.75% 0.98% -
XYZ 31.98 17.13 92.06 -
YUV 110.93 206.49 157.29 -
System Red Green Blue C M Y K H S L
Decimal 152 63 250 0.39 0.75 0 0.02 268.56 0.95 0.61
Hex 98 3F FA 27 4B 0 2 10D 5F 3D
Octal 230 77 372 47 113 0 2 415 137 75
Binary 10011000 111111 11111010 100111 1001011 0 10 100001101 1011111 111101

Color Harmonies of #983FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FFA

Black with #983FFA

Text Example


Text Example

White with #983FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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