Html Css Color HEX #9417FA Blue Violet

📋 copy color: '#9417FA'

red 148 ◦ green 23 ◦ blue 250

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

Shades of Blue Violet #9417FA

Tints of Blue Violet #9417FA

RGB

 RED value IS 148 (58.2% from 255) = 35.15%

 GREEN value IS 23 (9.38% from 255) = 5.46%

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

R = 35.15%
G = 5.46%
B = 59.38%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9417FA (or 0x9417FA) is known color: Blue Violet. HEX triplet: 94, 17 and FA. RGB value is (148,23,250). Sum of RGB (Red+Green+Blue) = 148+23+250=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #9417FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9417FA is #6BE805. Grayscale: #555555. Windows color (decimal): -7071750 or 16390036. OLE color: 16390036.

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

Color convert

RGB 148 23 250 -
CMYK 0.41 0.91 0 0.02
HSL 273.04º 0.96% 0.54% -
HSV(B) 273.04º 0.91% 0.98% -
XYZ 29.77 13.81 91.54 -
YUV 86.25 220.41 172.04 -
System Red Green Blue C M Y K H S L
Decimal 148 23 250 0.41 0.91 0 0.02 273.04 0.96 0.54
Hex 94 17 FA 29 5B 0 2 111 60 36
Octal 224 27 372 51 133 0 2 421 140 66
Binary 10010100 10111 11111010 101001 1011011 0 10 100010001 1100000 110110

Color Harmonies of #9417FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417FA

Black with #9417FA

Text Example


Text Example

White with #9417FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,23,250); }

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

background-color css

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

 a { background-color: rgb(148,23,250); }

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

border-color css

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

 span { border-color: rgb(148,23,250); }

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