Html Css Color HEX #9013FF Blue Violet

📋 copy color: '#9013FF'

red 144 ◦ green 19 ◦ blue 255

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

Shades of Blue Violet #9013FF

Tints of Blue Violet #9013FF

RGB

 RED value IS 144 (56.64% from 255) = 34.45%

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

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

R = 34.45%
G = 4.55%
B = 61%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9013FF (or 0x9013FF) is known color: Blue Violet. HEX triplet: 90, 13 and FF. RGB value is (144,19,255). Sum of RGB (Red+Green+Blue) = 144+19+255=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #9013FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9013FF is #6FEC00. Grayscale: #525252. Windows color (decimal): -7334913 or 16716688. OLE color: 16716688.

HSL color Cylindrical-coordinate representation of color #9013FF: hue angle of 271.78º 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 #9013FF is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 19 255 -
CMYK 0.44 0.93 0 0
HSL 271.78º 1% 0.54% -
HSV(B) 271.78º 0.93% 1% -
XYZ 29.78 13.62 95.67 -
YUV 83.28 224.91 171.31 -
System Red Green Blue C M Y K H S L
Decimal 144 19 255 0.44 0.93 0 0 271.78 1 0.54
Hex 90 13 FF 2C 5D 0 0 110 64 36
Octal 220 23 377 54 135 0 0 420 144 66
Binary 10010000 10011 11111111 101100 1011101 0 0 100010000 1100100 110110

Color Harmonies of #9013FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9013FF

Black with #9013FF

Text Example


Text Example

White with #9013FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,19,255); }

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

background-color css

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

 a { background-color: rgb(144,19,255); }

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

border-color css

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

 span { border-color: rgb(144,19,255); }

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