Html Css Color HEX #984BCE Deep Lilac

📋 copy color: '#984BCE'

red 152 ◦ green 75 ◦ blue 206

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

Shades of Deep Lilac #984BCE

Tints of Deep Lilac #984BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.32%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 35.1%
G = 17.32%
B = 47.58%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#984BCE (or 0x984BCE) is known color: Deep Lilac. HEX triplet: 98, 4B and CE. RGB value is (152,75,206). Sum of RGB (Red+Green+Blue) = 152+75+206=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #984BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BCE is #67B431. Grayscale: #707070. Windows color (decimal): -6796338 or 13519768. OLE color: 13519768.

HSL color Cylindrical-coordinate representation of color #984BCE: hue angle of 275.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984BCE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 75 206 -
CMYK 0.26 0.64 0 0.19
HSL 275.27º 0.57% 0.55% -
HSV(B) 275.27º 0.64% 0.81% -
XYZ 26.61 16.16 60.11 -
YUV 112.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 152 75 206 0.26 0.64 0 0.19 275.27 0.57 0.55
Hex 98 4B CE 1A 40 0 13 113 39 37
Octal 230 113 316 32 100 0 23 423 71 67
Binary 10011000 1001011 11001110 11010 1000000 0 10011 100010011 111001 110111

Color Harmonies of #984BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BCE

Black with #984BCE

Text Example


Text Example

White with #984BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,75,206); }

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

background-color css

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

 a { background-color: rgb(152,75,206); }

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

border-color css

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

 span { border-color: rgb(152,75,206); }

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