Html Css Color HEX #983AFF Blue Violet

📋 copy color: '#983AFF'

red 152 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #983AFF

Tints of Blue Violet #983AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.84%

R = 32.69%
G = 12.47%
B = 54.84%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#983AFF (or 0x983AFF) is known color: Blue Violet. HEX triplet: 98, 3A and FF. RGB value is (152,58,255). Sum of RGB (Red+Green+Blue) = 152+58+255=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #983AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983AFF is #67C500. Grayscale: #6B6B6B. Windows color (decimal): -6800641 or 16726680. OLE color: 16726680.

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

Color convert

RGB 152 58 255 -
CMYK 0.40 0.77 0 0
HSL 268.63º 1% 0.61% -
HSV(B) 268.63º 0.77% 1% -
XYZ 32.51 16.92 96.16 -
YUV 108.56 210.64 158.98 -
System Red Green Blue C M Y K H S L
Decimal 152 58 255 0.40 0.77 0 0 268.63 1 0.61
Hex 98 3A FF 28 4D 0 0 10D 64 3D
Octal 230 72 377 50 115 0 0 415 144 75
Binary 10011000 111010 11111111 101000 1001101 0 0 100001101 1100100 111101

Color Harmonies of #983AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983AFF

Black with #983AFF

Text Example


Text Example

White with #983AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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