Html Css Color HEX #9017FF Blue Violet

📋 copy color: '#9017FF'

red 144 ◦ green 23 ◦ blue 255

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

Shades of Blue Violet #9017FF

Tints of Blue Violet #9017FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.45%

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

R = 34.12%
G = 5.45%
B = 60.43%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9017FF (or 0x9017FF) is known color: Blue Violet. HEX triplet: 90, 17 and FF. RGB value is (144,23,255). Sum of RGB (Red+Green+Blue) = 144+23+255=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #9017FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9017FF is #6FE800. Grayscale: #545454. Windows color (decimal): -7333889 or 16717712. OLE color: 16717712.

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

Color convert

RGB 144 23 255 -
CMYK 0.44 0.91 0 0
HSL 271.29º 1% 0.55% -
HSV(B) 271.29º 0.91% 1% -
XYZ 29.86 13.76 95.69 -
YUV 85.63 223.59 169.64 -
System Red Green Blue C M Y K H S L
Decimal 144 23 255 0.44 0.91 0 0 271.29 1 0.55
Hex 90 17 FF 2C 5B 0 0 10F 64 37
Octal 220 27 377 54 133 0 0 417 144 67
Binary 10010000 10111 11111111 101100 1011011 0 0 100001111 1100100 110111

Color Harmonies of #9017FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9017FF

Black with #9017FF

Text Example


Text Example

White with #9017FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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