Html Css Color HEX #984CEF Blue Violet

📋 copy color: '#984CEF'

red 152 ◦ green 76 ◦ blue 239

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

Shades of Blue Violet #984CEF

Tints of Blue Violet #984CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 32.55%
G = 16.27%
B = 51.18%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#984CEF (or 0x984CEF) is known color: Blue Violet. HEX triplet: 98, 4C and EF. RGB value is (152,76,239). Sum of RGB (Red+Green+Blue) = 152+76+239=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #984CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984CEF is #67B310. Grayscale: #747474. Windows color (decimal): -6796049 or 15682712. OLE color: 15682712.

HSL color Cylindrical-coordinate representation of color #984CEF: hue angle of 267.98º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984CEF is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 76 239 -
CMYK 0.36 0.68 0 0.06
HSL 267.98º 0.84% 0.62% -
HSV(B) 267.98º 0.68% 0.94% -
XYZ 31.11 18.08 83.51 -
YUV 117.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 152 76 239 0.36 0.68 0 0.06 267.98 0.84 0.62
Hex 98 4C EF 24 44 0 6 10C 54 3E
Octal 230 114 357 44 104 0 6 414 124 76
Binary 10011000 1001100 11101111 100100 1000100 0 110 100001100 1010100 111110

Color Harmonies of #984CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CEF

Black with #984CEF

Text Example


Text Example

White with #984CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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