Html Css Color HEX #9417EF Blue Violet

📋 copy color: '#9417EF'

red 148 ◦ green 23 ◦ blue 239

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

Shades of Blue Violet #9417EF

Tints of Blue Violet #9417EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.29%

R = 36.1%
G = 5.61%
B = 58.29%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9417EF (or 0x9417EF) is known color: Blue Violet. HEX triplet: 94, 17 and EF. RGB value is (148,23,239). Sum of RGB (Red+Green+Blue) = 148+23+239=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #9417EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9417EF is #6BE810. Grayscale: #545454. Windows color (decimal): -7071761 or 15669140. OLE color: 15669140.

HSL color Cylindrical-coordinate representation of color #9417EF: hue angle of 274.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9417EF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 23 239 -
CMYK 0.38 0.90 0 0.06
HSL 274.72º 0.87% 0.51% -
HSV(B) 274.72º 0.9% 0.94% -
XYZ 28.1 13.14 82.72 -
YUV 85 214.91 172.94 -
System Red Green Blue C M Y K H S L
Decimal 148 23 239 0.38 0.90 0 0.06 274.72 0.87 0.51
Hex 94 17 EF 26 5A 0 6 113 57 33
Octal 224 27 357 46 132 0 6 423 127 63
Binary 10010100 10111 11101111 100110 1011010 0 110 100010011 1010111 110011

Color Harmonies of #9417EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417EF

Black with #9417EF

Text Example


Text Example

White with #9417EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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