Html Css Color HEX #984CF8 Blue Violet

📋 copy color: '#984CF8'

red 152 ◦ green 76 ◦ blue 248

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

Shades of Blue Violet #984CF8

Tints of Blue Violet #984CF8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.97%

 BLUE value IS 248 (97.27% from 255) = 52.1%

R = 31.93%
G = 15.97%
B = 52.1%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#984CF8 (or 0x984CF8) is known color: Blue Violet. HEX triplet: 98, 4C and F8. RGB value is (152,76,248). Sum of RGB (Red+Green+Blue) = 152+76+248=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #984CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984CF8 is #67B307. Grayscale: #757575. Windows color (decimal): -6796040 or 16272536. OLE color: 16272536.

HSL color Cylindrical-coordinate representation of color #984CF8: hue angle of 266.51º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #984CF8 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 76 248 -
CMYK 0.39 0.69 0 0.03
HSL 266.51º 0.92% 0.64% -
HSV(B) 266.51º 0.69% 0.97% -
XYZ 32.48 18.62 90.69 -
YUV 118.33 201.18 152.01 -
System Red Green Blue C M Y K H S L
Decimal 152 76 248 0.39 0.69 0 0.03 266.51 0.92 0.64
Hex 98 4C F8 27 45 0 3 10B 5C 40
Octal 230 114 370 47 105 0 3 413 134 100
Binary 10011000 1001100 11111000 100111 1000101 0 11 100001011 1011100 1000000

Color Harmonies of #984CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CF8

Black with #984CF8

Text Example


Text Example

White with #984CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984CF8; }

 p { color: rgb(152,76,248); }

 H1.HeaderClassName
 {
   color: #984CF8;
 }
 .AnyTagClassName
 {
   color: #984CF8;
 }
</style>

background-color css

<style>
 a { background-color: #984CF8; }

 a { background-color: rgb(152,76,248); }

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

border-color css

<style>
 span { border-color: #984CF8; }

 span { border-color: rgb(152,76,248); }

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