Html Css Color HEX #984CE7 Blue Violet

📋 copy color: '#984CE7'

red 152 ◦ green 76 ◦ blue 231

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

Shades of Blue Violet #984CE7

Tints of Blue Violet #984CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50.33%

R = 33.12%
G = 16.56%
B = 50.33%

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

#984CE7 (or 0x984CE7) is known color: Blue Violet. HEX triplet: 98, 4C and E7. RGB value is (152,76,231). Sum of RGB (Red+Green+Blue) = 152+76+231=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #984CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984CE7 is #67B318. Grayscale: #737373. Windows color (decimal): -6796057 or 15158424. OLE color: 15158424.

HSL color Cylindrical-coordinate representation of color #984CE7: hue angle of 269.42º degrees, saturation: 0.76, 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 #984CE7 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 152 76 231 -
CMYK 0.34 0.67 0 0.09
HSL 269.42º 0.76% 0.6% -
HSV(B) 269.42º 0.67% 0.91% -
XYZ 29.96 17.61 77.42 -
YUV 116.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 152 76 231 0.34 0.67 0 0.09 269.42 0.76 0.6
Hex 98 4C E7 22 43 0 9 10D 4C 3C
Octal 230 114 347 42 103 0 11 415 114 74
Binary 10011000 1001100 11100111 100010 1000011 0 1001 100001101 1001100 111100

Color Harmonies of #984CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CE7

Black with #984CE7

Text Example


Text Example

White with #984CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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