Html Css Color HEX #9819F6 Blue Violet

📋 copy color: '#9819F6'

red 152 ◦ green 25 ◦ blue 246

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

Shades of Blue Violet #9819F6

Tints of Blue Violet #9819F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 35.93%
G = 5.91%
B = 58.16%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9819F6 (or 0x9819F6) is known color: Blue Violet. HEX triplet: 98, 19 and F6. RGB value is (152,25,246). Sum of RGB (Red+Green+Blue) = 152+25+246=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #9819F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9819F6 is #67E609. Grayscale: #575757. Windows color (decimal): -6809098 or 16128408. OLE color: 16128408.

HSL color Cylindrical-coordinate representation of color #9819F6: hue angle of 274.48º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9819F6 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 25 246 -
CMYK 0.38 0.90 0 0.04
HSL 274.48º 0.92% 0.53% -
HSV(B) 274.48º 0.9% 0.96% -
XYZ 29.93 14.02 88.32 -
YUV 88.17 217.08 173.53 -
System Red Green Blue C M Y K H S L
Decimal 152 25 246 0.38 0.90 0 0.04 274.48 0.92 0.53
Hex 98 19 F6 26 5A 0 4 112 5C 35
Octal 230 31 366 46 132 0 4 422 134 65
Binary 10011000 11001 11110110 100110 1011010 0 100 100010010 1011100 110101

Color Harmonies of #9819F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819F6

Black with #9819F6

Text Example


Text Example

White with #9819F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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