Html Css Color HEX #983AF6 Blue Violet

📋 copy color: '#983AF6'

red 152 ◦ green 58 ◦ blue 246

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

Shades of Blue Violet #983AF6

Tints of Blue Violet #983AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.95%

R = 33.33%
G = 12.72%
B = 53.95%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#983AF6 (or 0x983AF6) is known color: Blue Violet. HEX triplet: 98, 3A and F6. RGB value is (152,58,246). Sum of RGB (Red+Green+Blue) = 152+58+246=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #983AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983AF6 is #67C509. Grayscale: #6A6A6A. Windows color (decimal): -6800650 or 16136856. OLE color: 16136856.

HSL color Cylindrical-coordinate representation of color #983AF6: hue angle of 270º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #983AF6 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 58 246 -
CMYK 0.38 0.76 0 0.04
HSL 270º 0.91% 0.6% -
HSV(B) 270º 0.76% 0.96% -
XYZ 31.1 16.36 88.71 -
YUV 107.54 206.14 159.71 -
System Red Green Blue C M Y K H S L
Decimal 152 58 246 0.38 0.76 0 0.04 270 0.91 0.6
Hex 98 3A F6 26 4C 0 4 10E 5B 3C
Octal 230 72 366 46 114 0 4 416 133 74
Binary 10011000 111010 11110110 100110 1001100 0 100 100001110 1011011 111100

Color Harmonies of #983AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983AF6

Black with #983AF6

Text Example


Text Example

White with #983AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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