Html Css Color HEX #9413EA Blue Violet

📋 copy color: '#9413EA'

red 148 ◦ green 19 ◦ blue 234

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

Shades of Blue Violet #9413EA

Tints of Blue Violet #9413EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.74%

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 36.91%
G = 4.74%
B = 58.35%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9413EA (or 0x9413EA) is known color: Blue Violet. HEX triplet: 94, 13 and EA. RGB value is (148,19,234). Sum of RGB (Red+Green+Blue) = 148+19+234=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #9413EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9413EA is #6BEC15. Grayscale: #515151. Windows color (decimal): -7072790 or 15340436. OLE color: 15340436.

HSL color Cylindrical-coordinate representation of color #9413EA: hue angle of 276º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9413EA is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 19 234 -
CMYK 0.37 0.92 0 0.08
HSL 276º 0.85% 0.5% -
HSV(B) 276º 0.92% 0.92% -
XYZ 27.3 12.7 78.85 -
YUV 82.08 213.74 175.02 -
System Red Green Blue C M Y K H S L
Decimal 148 19 234 0.37 0.92 0 0.08 276 0.85 0.5
Hex 94 13 EA 25 5C 0 8 114 55 32
Octal 224 23 352 45 134 0 10 424 125 62
Binary 10010100 10011 11101010 100101 1011100 0 1000 100010100 1010101 110010

Color Harmonies of #9413EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413EA

Black with #9413EA

Text Example


Text Example

White with #9413EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9413EA; }

 p { color: rgb(148,19,234); }

 H1.HeaderClassName
 {
   color: #9413EA;
 }
 .AnyTagClassName
 {
   color: #9413EA;
 }
</style>

background-color css

<style>
 a { background-color: #9413EA; }

 a { background-color: rgb(148,19,234); }

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

border-color css

<style>
 span { border-color: #9413EA; }

 span { border-color: rgb(148,19,234); }

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