Html Css Color HEX #9819FD Blue Violet

📋 copy color: '#9819FD'

red 152 ◦ green 25 ◦ blue 253

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

Shades of Blue Violet #9819FD

Tints of Blue Violet #9819FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 35.35%
G = 5.81%
B = 58.84%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9819FD (or 0x9819FD) is known color: Blue Violet. HEX triplet: 98, 19 and FD. RGB value is (152,25,253). Sum of RGB (Red+Green+Blue) = 152+25+253=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #9819FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9819FD is #67E602. Grayscale: #585858. Windows color (decimal): -6809091 or 16587160. OLE color: 16587160.

HSL color Cylindrical-coordinate representation of color #9819FD: hue angle of 273.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9819FD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 25 253 -
CMYK 0.40 0.90 0 0.01
HSL 273.42º 0.98% 0.55% -
HSV(B) 273.42º 0.9% 0.99% -
XYZ 31.03 14.46 94.08 -
YUV 88.97 220.58 172.96 -
System Red Green Blue C M Y K H S L
Decimal 152 25 253 0.40 0.90 0 0.01 273.42 0.98 0.55
Hex 98 19 FD 28 5A 0 1 111 62 37
Octal 230 31 375 50 132 0 1 421 142 67
Binary 10011000 11001 11111101 101000 1011010 0 1 100010001 1100010 110111

Color Harmonies of #9819FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819FD

Black with #9819FD

Text Example


Text Example

White with #9819FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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