Html Css Color HEX #9412FD Blue Violet

📋 copy color: '#9412FD'

red 148 ◦ green 18 ◦ blue 253

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

Shades of Blue Violet #9412FD

Tints of Blue Violet #9412FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.38%

R = 35.32%
G = 4.3%
B = 60.38%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9412FD (or 0x9412FD) is known color: Blue Violet. HEX triplet: 94, 12 and FD. RGB value is (148,18,253). Sum of RGB (Red+Green+Blue) = 148+18+253=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #9412FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9412FD is #6BED02. Grayscale: #525252. Windows color (decimal): -7073027 or 16585364. OLE color: 16585364.

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

Color convert

RGB 148 18 253 -
CMYK 0.42 0.93 0 0.01
HSL 273.19º 0.98% 0.53% -
HSV(B) 273.19º 0.93% 0.99% -
XYZ 30.16 13.82 94.01 -
YUV 83.66 223.57 173.89 -
System Red Green Blue C M Y K H S L
Decimal 148 18 253 0.42 0.93 0 0.01 273.19 0.98 0.53
Hex 94 12 FD 2A 5D 0 1 111 62 35
Octal 224 22 375 52 135 0 1 421 142 65
Binary 10010100 10010 11111101 101010 1011101 0 1 100010001 1100010 110101

Color Harmonies of #9412FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9412FD

Black with #9412FD

Text Example


Text Example

White with #9412FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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