Html Css Color HEX #983DF7 Blue Violet

📋 copy color: '#983DF7'

red 152 ◦ green 61 ◦ blue 247

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

Shades of Blue Violet #983DF7

Tints of Blue Violet #983DF7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.26%

 BLUE value IS 247 (96.88% from 255) = 53.7%

R = 33.04%
G = 13.26%
B = 53.7%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#983DF7 (or 0x983DF7) is known color: Blue Violet. HEX triplet: 98, 3D and F7. RGB value is (152,61,247). Sum of RGB (Red+Green+Blue) = 152+61+247=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #983DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983DF7 is #67C208. Grayscale: #6C6C6C. Windows color (decimal): -6799881 or 16203160. OLE color: 16203160.

HSL color Cylindrical-coordinate representation of color #983DF7: hue angle of 269.35º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983DF7 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 61 247 -
CMYK 0.38 0.75 0 0.03
HSL 269.35º 0.92% 0.6% -
HSV(B) 269.35º 0.75% 0.97% -
XYZ 31.41 16.73 89.57 -
YUV 109.41 205.65 158.38 -
System Red Green Blue C M Y K H S L
Decimal 152 61 247 0.38 0.75 0 0.03 269.35 0.92 0.6
Hex 98 3D F7 26 4B 0 3 10D 5C 3C
Octal 230 75 367 46 113 0 3 415 134 74
Binary 10011000 111101 11110111 100110 1001011 0 11 100001101 1011100 111100

Color Harmonies of #983DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983DF7

Black with #983DF7

Text Example


Text Example

White with #983DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,61,247); }

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

background-color css

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

 a { background-color: rgb(152,61,247); }

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

border-color css

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

 span { border-color: rgb(152,61,247); }

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