Html Css Color HEX #DB8AEB Violet

📋 copy color: '#DB8AEB'

red 219 ◦ green 138 ◦ blue 235

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

Shades of Violet #DB8AEB

Tints of Violet #DB8AEB

RGB

 RED value IS 219 (85.94% from 255) = 36.99%

 GREEN value IS 138 (54.3% from 255) = 23.31%

 BLUE value IS 235 (92.19% from 255) = 39.7%

R = 36.99%
G = 23.31%
B = 39.7%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB8AEB (or 0xDB8AEB) is known color: Violet. HEX triplet: DB, 8A and EB. RGB value is (219,138,235). Sum of RGB (Red+Green+Blue) = 219+138+235=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB8AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AEB is #247514. Grayscale: #ACACAC. Windows color (decimal): -2389269 or 15436507. OLE color: 15436507.

HSL color Cylindrical-coordinate representation of color #DB8AEB: hue angle of 290.1º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8AEB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 138 235 -
CMYK 0.07 0.41 0 0.08
HSL 290.1º 0.71% 0.73% -
HSV(B) 290.1º 0.41% 0.92% -
XYZ 53.3 39.24 83.36 -
YUV 173.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 219 138 235 0.07 0.41 0 0.08 290.1 0.71 0.73
Hex DB 8A EB 7 29 0 8 122 47 49
Octal 333 212 353 7 51 0 10 442 107 111
Binary 11011011 10001010 11101011 111 101001 0 1000 100100010 1000111 1001001

Color Harmonies of #DB8AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8AEB

Black with #DB8AEB

Text Example


Text Example

White with #DB8AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8AEB; }

 p { color: rgb(219,138,235); }

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

background-color css

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

 a { background-color: rgb(219,138,235); }

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

border-color css

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

 span { border-color: rgb(219,138,235); }

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