Html Css Color HEX #9215FA Blue Violet

📋 copy color: '#9215FA'

red 146 ◦ green 21 ◦ blue 250

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

Shades of Blue Violet #9215FA

Tints of Blue Violet #9215FA

RGB

 RED value IS 146 (57.42% from 255) = 35.01%

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

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

R = 35.01%
G = 5.04%
B = 59.95%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9215FA (or 0x9215FA) is known color: Blue Violet. HEX triplet: 92, 15 and FA. RGB value is (146,21,250). Sum of RGB (Red+Green+Blue) = 146+21+250=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #9215FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9215FA is #6DEA05. Grayscale: #535353. Windows color (decimal): -7203334 or 16389522. OLE color: 16389522.

HSL color Cylindrical-coordinate representation of color #9215FA: hue angle of 272.75º 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 #9215FA is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 21 250 -
CMYK 0.42 0.92 0 0.02
HSL 272.75º 0.96% 0.53% -
HSV(B) 272.75º 0.92% 0.98% -
XYZ 29.38 13.55 91.51 -
YUV 84.48 221.41 171.88 -
System Red Green Blue C M Y K H S L
Decimal 146 21 250 0.42 0.92 0 0.02 272.75 0.96 0.53
Hex 92 15 FA 2A 5C 0 2 111 60 35
Octal 222 25 372 52 134 0 2 421 140 65
Binary 10010010 10101 11111010 101010 1011100 0 10 100010001 1100000 110101

Color Harmonies of #9215FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9215FA

Black with #9215FA

Text Example


Text Example

White with #9215FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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