Html Css Color HEX #9819FA Blue Violet

📋 copy color: '#9819FA'

red 152 ◦ green 25 ◦ blue 250

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

Shades of Blue Violet #9819FA

Tints of Blue Violet #9819FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 35.6%
G = 5.85%
B = 58.55%

CMYK

 C value IS 0.39

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9819FA (or 0x9819FA) is known color: Blue Violet. HEX triplet: 98, 19 and FA. RGB value is (152,25,250). Sum of RGB (Red+Green+Blue) = 152+25+250=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #9819FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9819FA is #67E605. Grayscale: #575757. Windows color (decimal): -6809094 or 16390552. OLE color: 16390552.

HSL color Cylindrical-coordinate representation of color #9819FA: hue angle of 273.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9819FA is Cyan = 0.39, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 25 250 -
CMYK 0.39 0.9 0 0.02
HSL 273.87º 0.96% 0.54% -
HSV(B) 273.87º 0.9% 0.98% -
XYZ 30.55 14.27 91.59 -
YUV 88.62 219.08 173.2 -
System Red Green Blue C M Y K H S L
Decimal 152 25 250 0.39 0.9 0 0.02 273.87 0.96 0.54
Hex 98 19 FA 27 5A 0 2 112 60 36
Octal 230 31 372 47 132 0 2 422 140 66
Binary 10011000 11001 11111010 100111 1011010 0 10 100010010 1100000 110110

Color Harmonies of #9819FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819FA

Black with #9819FA

Text Example


Text Example

White with #9819FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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