Html Css Color HEX #984BE2 Amethyst

📋 copy color: '#984BE2'

red 152 ◦ green 75 ◦ blue 226

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

Shades of Amethyst #984BE2

Tints of Amethyst #984BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.89%

R = 33.55%
G = 16.56%
B = 49.89%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#984BE2 (or 0x984BE2) is known color: Amethyst. HEX triplet: 98, 4B and E2. RGB value is (152,75,226). Sum of RGB (Red+Green+Blue) = 152+75+226=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #984BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BE2 is #67B41D. Grayscale: #727272. Windows color (decimal): -6796318 or 14830488. OLE color: 14830488.

HSL color Cylindrical-coordinate representation of color #984BE2: hue angle of 270.6º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #984BE2 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 75 226 -
CMYK 0.33 0.67 0 0.11
HSL 270.6º 0.72% 0.59% -
HSV(B) 270.6º 0.67% 0.89% -
XYZ 29.19 17.2 73.73 -
YUV 115.24 190.51 154.22 -
System Red Green Blue C M Y K H S L
Decimal 152 75 226 0.33 0.67 0 0.11 270.6 0.72 0.59
Hex 98 4B E2 21 43 0 B 10F 48 3B
Octal 230 113 342 41 103 0 13 417 110 73
Binary 10011000 1001011 11100010 100001 1000011 0 1011 100001111 1001000 111011

Color Harmonies of #984BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BE2

Black with #984BE2

Text Example


Text Example

White with #984BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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