Html Css Color HEX #984DFA Blue Violet

📋 copy color: '#984DFA'

red 152 ◦ green 77 ◦ blue 250

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

Shades of Blue Violet #984DFA

Tints of Blue Violet #984DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 31.73%
G = 16.08%
B = 52.19%

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

#984DFA (or 0x984DFA) is known color: Blue Violet. HEX triplet: 98, 4D and FA. RGB value is (152,77,250). Sum of RGB (Red+Green+Blue) = 152+77+250=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #984DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984DFA is #67B205. Grayscale: #767676. Windows color (decimal): -6795782 or 16403864. OLE color: 16403864.

HSL color Cylindrical-coordinate representation of color #984DFA: hue angle of 266.01º degrees, saturation: 0.95, 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 #984DFA is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 77 250 -
CMYK 0.39 0.69 0 0.02
HSL 266.01º 0.95% 0.64% -
HSV(B) 266.01º 0.69% 0.98% -
XYZ 32.86 18.89 92.36 -
YUV 119.15 201.85 151.43 -
System Red Green Blue C M Y K H S L
Decimal 152 77 250 0.39 0.69 0 0.02 266.01 0.95 0.64
Hex 98 4D FA 27 45 0 2 10A 5F 40
Octal 230 115 372 47 105 0 2 412 137 100
Binary 10011000 1001101 11111010 100111 1000101 0 10 100001010 1011111 1000000

Color Harmonies of #984DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DFA

Black with #984DFA

Text Example


Text Example

White with #984DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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