Html Css Color HEX #984EEC Blue Violet

📋 copy color: '#984EEC'

red 152 ◦ green 78 ◦ blue 236

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

Shades of Blue Violet #984EEC

Tints of Blue Violet #984EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 32.62%
G = 16.74%
B = 50.64%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#984EEC (or 0x984EEC) is known color: Blue Violet. HEX triplet: 98, 4E and EC. RGB value is (152,78,236). Sum of RGB (Red+Green+Blue) = 152+78+236=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #984EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984EEC is #67B113. Grayscale: #757575. Windows color (decimal): -6795540 or 15486616. OLE color: 15486616.

HSL color Cylindrical-coordinate representation of color #984EEC: hue angle of 268.1º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #984EEC is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 78 236 -
CMYK 0.36 0.67 0 0.07
HSL 268.1º 0.81% 0.62% -
HSV(B) 268.1º 0.67% 0.93% -
XYZ 30.81 18.18 81.24 -
YUV 118.14 194.52 152.15 -
System Red Green Blue C M Y K H S L
Decimal 152 78 236 0.36 0.67 0 0.07 268.1 0.81 0.62
Hex 98 4E EC 24 43 0 7 10C 51 3E
Octal 230 116 354 44 103 0 7 414 121 76
Binary 10011000 1001110 11101100 100100 1000011 0 111 100001100 1010001 111110

Color Harmonies of #984EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984EEC

Black with #984EEC

Text Example


Text Example

White with #984EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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