Html Css Color HEX #984DFB Blue Violet

📋 copy color: '#984DFB'

red 152 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #984DFB

Tints of Blue Violet #984DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.04%

 BLUE value IS 251 (98.44% from 255) = 52.29%

R = 31.67%
G = 16.04%
B = 52.29%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#984DFB (or 0x984DFB) is known color: Blue Violet. HEX triplet: 98, 4D and FB. RGB value is (152,77,251). Sum of RGB (Red+Green+Blue) = 152+77+251=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #984DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984DFB is #67B204. Grayscale: #767676. Windows color (decimal): -6795781 or 16469400. OLE color: 16469400.

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

Color convert

RGB 152 77 251 -
CMYK 0.39 0.69 0 0.02
HSL 265.86º 0.96% 0.64% -
HSV(B) 265.86º 0.69% 0.98% -
XYZ 33.02 18.95 93.18 -
YUV 119.26 202.35 151.35 -
System Red Green Blue C M Y K H S L
Decimal 152 77 251 0.39 0.69 0 0.02 265.86 0.96 0.64
Hex 98 4D FB 27 45 0 2 10A 60 40
Octal 230 115 373 47 105 0 2 412 140 100
Binary 10011000 1001101 11111011 100111 1000101 0 10 100001010 1100000 1000000

Color Harmonies of #984DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DFB

Black with #984DFB

Text Example


Text Example

White with #984DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,77,251); }

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

background-color css

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

 a { background-color: rgb(152,77,251); }

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

border-color css

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

 span { border-color: rgb(152,77,251); }

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