Html Css Color HEX #9426EB Blue Violet

📋 copy color: '#9426EB'

red 148 ◦ green 38 ◦ blue 235

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

Shades of Blue Violet #9426EB

Tints of Blue Violet #9426EB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.03%

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 35.15%
G = 9.03%
B = 55.82%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9426EB (or 0x9426EB) is known color: Blue Violet. HEX triplet: 94, 26 and EB. RGB value is (148,38,235). Sum of RGB (Red+Green+Blue) = 148+38+235=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #9426EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9426EB is #6BD914. Grayscale: #5C5C5C. Windows color (decimal): -7067925 or 15410836. OLE color: 15410836.

HSL color Cylindrical-coordinate representation of color #9426EB: hue angle of 273.5º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9426EB is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 38 235 -
CMYK 0.37 0.84 0 0.08
HSL 273.5º 0.83% 0.54% -
HSV(B) 273.5º 0.84% 0.92% -
XYZ 27.9 13.68 79.77 -
YUV 93.35 207.94 166.98 -
System Red Green Blue C M Y K H S L
Decimal 148 38 235 0.37 0.84 0 0.08 273.5 0.83 0.54
Hex 94 26 EB 25 54 0 8 112 53 36
Octal 224 46 353 45 124 0 10 422 123 66
Binary 10010100 100110 11101011 100101 1010100 0 1000 100010010 1010011 110110

Color Harmonies of #9426EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9426EB

Black with #9426EB

Text Example


Text Example

White with #9426EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9426EB; }

 p { color: rgb(148,38,235); }

 H1.HeaderClassName
 {
   color: #9426EB;
 }
 .AnyTagClassName
 {
   color: #9426EB;
 }
</style>

background-color css

<style>
 a { background-color: #9426EB; }

 a { background-color: rgb(148,38,235); }

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

border-color css

<style>
 span { border-color: #9426EB; }

 span { border-color: rgb(148,38,235); }

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