Html Css Color HEX #984DEC Blue Violet

📋 copy color: '#984DEC'

red 152 ◦ green 77 ◦ blue 236

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

Shades of Blue Violet #984DEC

Tints of Blue Violet #984DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.56%

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

R = 32.69%
G = 16.56%
B = 50.75%

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

#984DEC (or 0x984DEC) is known color: Blue Violet. HEX triplet: 98, 4D and EC. RGB value is (152,77,236). Sum of RGB (Red+Green+Blue) = 152+77+236=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #984DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984DEC is #67B213. Grayscale: #747474. Windows color (decimal): -6795796 or 15486360. OLE color: 15486360.

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

Color convert

RGB 152 77 236 -
CMYK 0.36 0.67 0 0.07
HSL 268.3º 0.81% 0.61% -
HSV(B) 268.3º 0.67% 0.93% -
XYZ 30.74 18.04 81.22 -
YUV 117.55 194.85 152.57 -
System Red Green Blue C M Y K H S L
Decimal 152 77 236 0.36 0.67 0 0.07 268.3 0.81 0.61
Hex 98 4D EC 24 43 0 7 10C 51 3D
Octal 230 115 354 44 103 0 7 414 121 75
Binary 10011000 1001101 11101100 100100 1000011 0 111 100001100 1010001 111101

Color Harmonies of #984DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DEC

Black with #984DEC

Text Example


Text Example

White with #984DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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