Html Css Color HEX #9819DC Blue Violet

📋 copy color: '#9819DC'

red 152 ◦ green 25 ◦ blue 220

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

Shades of Blue Violet #9819DC

Tints of Blue Violet #9819DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.3%

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 38.29%
G = 6.3%
B = 55.42%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9819DC (or 0x9819DC) is known color: Blue Violet. HEX triplet: 98, 19 and DC. RGB value is (152,25,220). Sum of RGB (Red+Green+Blue) = 152+25+220=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #9819DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819DC is #67E623. Grayscale: #545454. Windows color (decimal): -6809124 or 14424472. OLE color: 14424472.

HSL color Cylindrical-coordinate representation of color #9819DC: hue angle of 279.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9819DC is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 25 220 -
CMYK 0.31 0.89 0 0.14
HSL 279.08º 0.8% 0.48% -
HSV(B) 279.08º 0.89% 0.86% -
XYZ 26.21 12.54 68.75 -
YUV 85.2 204.08 175.64 -
System Red Green Blue C M Y K H S L
Decimal 152 25 220 0.31 0.89 0 0.14 279.08 0.8 0.48
Hex 98 19 DC 1F 59 0 E 117 50 30
Octal 230 31 334 37 131 0 16 427 120 60
Binary 10011000 11001 11011100 11111 1011001 0 1110 100010111 1010000 110000

Color Harmonies of #9819DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819DC

Black with #9819DC

Text Example


Text Example

White with #9819DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9819DC; }

 p { color: rgb(152,25,220); }

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

background-color css

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

 a { background-color: rgb(152,25,220); }

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

border-color css

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

 span { border-color: rgb(152,25,220); }

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