Html Css Color HEX #9816FA Blue Violet

📋 copy color: '#9816FA'

red 152 ◦ green 22 ◦ blue 250

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

Shades of Blue Violet #9816FA

Tints of Blue Violet #9816FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.19%

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

R = 35.85%
G = 5.19%
B = 58.96%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9816FA (or 0x9816FA) is known color: Blue Violet. HEX triplet: 98, 16 and FA. RGB value is (152,22,250). Sum of RGB (Red+Green+Blue) = 152+22+250=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #9816FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9816FA is #67E905. Grayscale: #565656. Windows color (decimal): -6809862 or 16389784. OLE color: 16389784.

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

Color convert

RGB 152 22 250 -
CMYK 0.39 0.91 0 0.02
HSL 274.21º 0.96% 0.53% -
HSV(B) 274.21º 0.91% 0.98% -
XYZ 30.49 14.15 91.57 -
YUV 86.86 220.07 174.46 -
System Red Green Blue C M Y K H S L
Decimal 152 22 250 0.39 0.91 0 0.02 274.21 0.96 0.53
Hex 98 16 FA 27 5B 0 2 112 60 35
Octal 230 26 372 47 133 0 2 422 140 65
Binary 10011000 10110 11111010 100111 1011011 0 10 100010010 1100000 110101

Color Harmonies of #9816FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9816FA

Black with #9816FA

Text Example


Text Example

White with #9816FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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