Html Css Color HEX #9412FF Blue Violet

📋 copy color: '#9412FF'

red 148 ◦ green 18 ◦ blue 255

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

Shades of Blue Violet #9412FF

Tints of Blue Violet #9412FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.28%

 BLUE value IS 255 (100% from 255) = 60.57%

R = 35.15%
G = 4.28%
B = 60.57%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9412FF (or 0x9412FF) is known color: Blue Violet. HEX triplet: 94, 12 and FF. RGB value is (148,18,255). Sum of RGB (Red+Green+Blue) = 148+18+255=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #9412FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9412FF is #6BED00. Grayscale: #535353. Windows color (decimal): -7073025 or 16716436. OLE color: 16716436.

HSL color Cylindrical-coordinate representation of color #9412FF: hue angle of 272.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9412FF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 18 255 -
CMYK 0.42 0.93 0 0
HSL 272.91º 1% 0.54% -
HSV(B) 272.91º 0.93% 1% -
XYZ 30.48 13.95 95.69 -
YUV 83.89 224.57 173.73 -
System Red Green Blue C M Y K H S L
Decimal 148 18 255 0.42 0.93 0 0 272.91 1 0.54
Hex 94 12 FF 2A 5D 0 0 111 64 36
Octal 224 22 377 52 135 0 0 421 144 66
Binary 10010100 10010 11111111 101010 1011101 0 0 100010001 1100100 110110

Color Harmonies of #9412FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9412FF

Black with #9412FF

Text Example


Text Example

White with #9412FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9412FF; }

 p { color: rgb(148,18,255); }

 H1.HeaderClassName
 {
   color: #9412FF;
 }
 .AnyTagClassName
 {
   color: #9412FF;
 }
</style>

background-color css

<style>
 a { background-color: #9412FF; }

 a { background-color: rgb(148,18,255); }

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

border-color css

<style>
 span { border-color: #9412FF; }

 span { border-color: rgb(148,18,255); }

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