Html Css Color HEX #9119FD Blue Violet

📋 copy color: '#9119FD'

red 145 ◦ green 25 ◦ blue 253

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

Shades of Blue Violet #9119FD

Tints of Blue Violet #9119FD

RGB

 RED value IS 145 (57.03% from 255) = 34.28%

 GREEN value IS 25 (10.16% from 255) = 5.91%

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

R = 34.28%
G = 5.91%
B = 59.81%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9119FD (or 0x9119FD) is known color: Blue Violet. HEX triplet: 91, 19 and FD. RGB value is (145,25,253). Sum of RGB (Red+Green+Blue) = 145+25+253=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #9119FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9119FD is #6EE602. Grayscale: #565656. Windows color (decimal): -7267843 or 16587153. OLE color: 16587153.

HSL color Cylindrical-coordinate representation of color #9119FD: hue angle of 271.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9119FD is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 25 253 -
CMYK 0.43 0.90 0 0.01
HSL 271.58º 0.98% 0.55% -
HSV(B) 271.58º 0.9% 0.99% -
XYZ 29.75 13.81 94.03 -
YUV 86.87 221.76 169.46 -
System Red Green Blue C M Y K H S L
Decimal 145 25 253 0.43 0.90 0 0.01 271.58 0.98 0.55
Hex 91 19 FD 2B 5A 0 1 110 62 37
Octal 221 31 375 53 132 0 1 420 142 67
Binary 10010001 11001 11111101 101011 1011010 0 1 100010000 1100010 110111

Color Harmonies of #9119FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119FD

Black with #9119FD

Text Example


Text Example

White with #9119FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,25,253); }

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

background-color css

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

 a { background-color: rgb(145,25,253); }

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

border-color css

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

 span { border-color: rgb(145,25,253); }

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