Html Css Color HEX #984CE8 Blue Violet

📋 copy color: '#984CE8'

red 152 ◦ green 76 ◦ blue 232

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

Shades of Blue Violet #984CE8

Tints of Blue Violet #984CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.43%

R = 33.04%
G = 16.52%
B = 50.43%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#984CE8 (or 0x984CE8) is known color: Blue Violet. HEX triplet: 98, 4C and E8. RGB value is (152,76,232). Sum of RGB (Red+Green+Blue) = 152+76+232=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #984CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984CE8 is #67B317. Grayscale: #737373. Windows color (decimal): -6796056 or 15223960. OLE color: 15223960.

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

Color convert

RGB 152 76 232 -
CMYK 0.34 0.67 0 0.09
HSL 269.23º 0.77% 0.6% -
HSV(B) 269.23º 0.67% 0.91% -
XYZ 30.1 17.67 78.17 -
YUV 116.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 152 76 232 0.34 0.67 0 0.09 269.23 0.77 0.6
Hex 98 4C E8 22 43 0 9 10D 4D 3C
Octal 230 114 350 42 103 0 11 415 115 74
Binary 10011000 1001100 11101000 100010 1000011 0 1001 100001101 1001101 111100

Color Harmonies of #984CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CE8

Black with #984CE8

Text Example


Text Example

White with #984CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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