Html Css Color HEX #9414F1 Blue Violet

📋 copy color: '#9414F1'

red 148 ◦ green 20 ◦ blue 241

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

Shades of Blue Violet #9414F1

Tints of Blue Violet #9414F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.89%

 BLUE value IS 241 (94.53% from 255) = 58.92%

R = 36.19%
G = 4.89%
B = 58.92%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9414F1 (or 0x9414F1) is known color: Blue Violet. HEX triplet: 94, 14 and F1. RGB value is (148,20,241). Sum of RGB (Red+Green+Blue) = 148+20+241=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #9414F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9414F1 is #6BEB0E. Grayscale: #525252. Windows color (decimal): -7072527 or 15799444. OLE color: 15799444.

HSL color Cylindrical-coordinate representation of color #9414F1: hue angle of 274.75º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9414F1 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 20 241 -
CMYK 0.39 0.92 0 0.05
HSL 274.75º 0.89% 0.51% -
HSV(B) 274.75º 0.92% 0.95% -
XYZ 28.34 13.15 84.26 -
YUV 83.47 216.91 174.03 -
System Red Green Blue C M Y K H S L
Decimal 148 20 241 0.39 0.92 0 0.05 274.75 0.89 0.51
Hex 94 14 F1 27 5C 0 5 113 59 33
Octal 224 24 361 47 134 0 5 423 131 63
Binary 10010100 10100 11110001 100111 1011100 0 101 100010011 1011001 110011

Color Harmonies of #9414F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9414F1

Black with #9414F1

Text Example


Text Example

White with #9414F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9414F1; }

 p { color: rgb(148,20,241); }

 H1.HeaderClassName
 {
   color: #9414F1;
 }
 .AnyTagClassName
 {
   color: #9414F1;
 }
</style>

background-color css

<style>
 a { background-color: #9414F1; }

 a { background-color: rgb(148,20,241); }

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

border-color css

<style>
 span { border-color: #9414F1; }

 span { border-color: rgb(148,20,241); }

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