Html Css Color HEX #D98EF0 Violet

📋 copy color: '#D98EF0'

red 217 ◦ green 142 ◦ blue 240

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

Shades of Violet #D98EF0

Tints of Violet #D98EF0

RGB

 RED value IS 217 (85.16% from 255) = 36.23%

 GREEN value IS 142 (55.86% from 255) = 23.71%

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 36.23%
G = 23.71%
B = 40.07%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D98EF0 (or 0xD98EF0) is known color: Violet. HEX triplet: D9, 8E and F0. RGB value is (217,142,240). Sum of RGB (Red+Green+Blue) = 217+142+240=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #D98EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98EF0 is #26710F. Grayscale: #AFAFAF. Windows color (decimal): -2519312 or 15765209. OLE color: 15765209.

HSL color Cylindrical-coordinate representation of color #D98EF0: hue angle of 285.92º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D98EF0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 142 240 -
CMYK 0.10 0.41 0 0.06
HSL 285.92º 0.77% 0.75% -
HSV(B) 285.92º 0.41% 0.94% -
XYZ 54.02 40.39 87.39 -
YUV 175.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 217 142 240 0.10 0.41 0 0.06 285.92 0.77 0.75
Hex D9 8E F0 A 29 0 6 11E 4D 4B
Octal 331 216 360 12 51 0 6 436 115 113
Binary 11011001 10001110 11110000 1010 101001 0 110 100011110 1001101 1001011

Color Harmonies of #D98EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98EF0

Black with #D98EF0

Text Example


Text Example

White with #D98EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98EF0; }

 p { color: rgb(217,142,240); }

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

background-color css

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

 a { background-color: rgb(217,142,240); }

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

border-color css

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

 span { border-color: rgb(217,142,240); }

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