#984CE5

Color #984CE5 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #984CE5

Tints of Blue Violet #984CE5

Color information

#984CE5 (or 0x984CE5) is unknown color: approx Blue Violet. HEX triplet: 98, 4C and E5. RGB value is (152,76,229). Sum of RGB (Red+Green+Blue) = 152+76+229=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #984CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CE5 is #67B31A. Grayscale: #737373. Windows color (decimal): -6796059 or 15027352. OLE color: 15027352.

HSL color Cylindrical-coordinate representation of color #984CE5: hue angle of 269.8º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #984CE5 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15276229-
CMYK0.340.6700.10
HSL269.8º74.63%59.8%-
HSV(B)269.8º66.81%89.8%-
XYZ29.6817.575.94-
YUV116.17191.68153.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 229 (89.84% from 255) = 50.11%
R=33.26%
G=16.63%
B=50.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152762290.340.6700.10269.874.6359.8
Hex984CE522430A10e4b3c
Octal2301143454210301241611374
Binary100110001001100111001011000101000011010101000011101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #984CE5;
 }
 .AnyTagClassName
 {
   color: #984CE5;
 }
</style>
background-color css

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

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

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

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

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

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