Html Css Color HEX #9016E6 Blue Violet

📋 copy color: '#9016E6'

red 144 ◦ green 22 ◦ blue 230

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

Shades of Blue Violet #9016E6

Tints of Blue Violet #9016E6

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.56%

 BLUE value IS 230 (90.23% from 255) = 58.08%

R = 36.36%
G = 5.56%
B = 58.08%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9016E6 (or 0x9016E6) is known color: Blue Violet. HEX triplet: 90, 16 and E6. RGB value is (144,22,230). Sum of RGB (Red+Green+Blue) = 144+22+230=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #9016E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9016E6 is #6FE919. Grayscale: #515151. Windows color (decimal): -7334170 or 15079056. OLE color: 15079056.

HSL color Cylindrical-coordinate representation of color #9016E6: hue angle of 275.19º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9016E6 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 144 22 230 -
CMYK 0.37 0.90 0 0.10
HSL 275.19º 0.83% 0.49% -
HSV(B) 275.19º 0.9% 0.9% -
XYZ 26.07 12.22 75.85 -
YUV 82.19 211.42 172.09 -
System Red Green Blue C M Y K H S L
Decimal 144 22 230 0.37 0.90 0 0.10 275.19 0.83 0.49
Hex 90 16 E6 25 5A 0 A 113 53 31
Octal 220 26 346 45 132 0 12 423 123 61
Binary 10010000 10110 11100110 100101 1011010 0 1010 100010011 1010011 110001

Color Harmonies of #9016E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016E6

Black with #9016E6

Text Example


Text Example

White with #9016E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9016E6; }

 p { color: rgb(144,22,230); }

 H1.HeaderClassName
 {
   color: #9016E6;
 }
 .AnyTagClassName
 {
   color: #9016E6;
 }
</style>

background-color css

<style>
 a { background-color: #9016E6; }

 a { background-color: rgb(144,22,230); }

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

border-color css

<style>
 span { border-color: #9016E6; }

 span { border-color: rgb(144,22,230); }

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