Html Css Color HEX #984EF2 Blue Violet

📋 copy color: '#984EF2'

red 152 ◦ green 78 ◦ blue 242

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

Shades of Blue Violet #984EF2

Tints of Blue Violet #984EF2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.53%

 BLUE value IS 242 (94.92% from 255) = 51.27%

R = 32.2%
G = 16.53%
B = 51.27%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#984EF2 (or 0x984EF2) is known color: Blue Violet. HEX triplet: 98, 4E and F2. RGB value is (152,78,242). Sum of RGB (Red+Green+Blue) = 152+78+242=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #984EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984EF2 is #67B10D. Grayscale: #767676. Windows color (decimal): -6795534 or 15879832. OLE color: 15879832.

HSL color Cylindrical-coordinate representation of color #984EF2: hue angle of 267.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984EF2 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 78 242 -
CMYK 0.37 0.68 0 0.05
HSL 267.07º 0.86% 0.63% -
HSV(B) 267.07º 0.68% 0.95% -
XYZ 31.7 18.53 85.91 -
YUV 118.82 197.52 151.66 -
System Red Green Blue C M Y K H S L
Decimal 152 78 242 0.37 0.68 0 0.05 267.07 0.86 0.63
Hex 98 4E F2 25 44 0 5 10B 56 3F
Octal 230 116 362 45 104 0 5 413 126 77
Binary 10011000 1001110 11110010 100101 1000100 0 101 100001011 1010110 111111

Color Harmonies of #984EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984EF2

Black with #984EF2

Text Example


Text Example

White with #984EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,78,242); }

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

background-color css

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

 a { background-color: rgb(152,78,242); }

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

border-color css

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

 span { border-color: rgb(152,78,242); }

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