Html Css Color HEX #9915FA Blue Violet

📋 copy color: '#9915FA'

red 153 ◦ green 21 ◦ blue 250

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

Shades of Blue Violet #9915FA

Tints of Blue Violet #9915FA

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

 GREEN value IS 21 (8.59% from 255) = 4.95%

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

R = 36.08%
G = 4.95%
B = 58.96%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9915FA (or 0x9915FA) is known color: Blue Violet. HEX triplet: 99, 15 and FA. RGB value is (153,21,250). Sum of RGB (Red+Green+Blue) = 153+21+250=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 21 (8.59% from 255 or 4.95% 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 #9915FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9915FA is #66EA05. Grayscale: #555555. Windows color (decimal): -6744582 or 16389529. OLE color: 16389529.

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

Color convert

RGB 153 21 250 -
CMYK 0.39 0.92 0 0.02
HSL 274.59º 0.96% 0.53% -
HSV(B) 274.59º 0.92% 0.98% -
XYZ 30.66 14.21 91.57 -
YUV 86.57 220.23 175.38 -
System Red Green Blue C M Y K H S L
Decimal 153 21 250 0.39 0.92 0 0.02 274.59 0.96 0.53
Hex 99 15 FA 27 5C 0 2 113 60 35
Octal 231 25 372 47 134 0 2 423 140 65
Binary 10011001 10101 11111010 100111 1011100 0 10 100010011 1100000 110101

Color Harmonies of #9915FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9915FA

Black with #9915FA

Text Example


Text Example

White with #9915FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,21,250); }

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

background-color css

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

 a { background-color: rgb(153,21,250); }

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

border-color css

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

 span { border-color: rgb(153,21,250); }

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