Html Css Color HEX #9016BE Dark Violet

📋 copy color: '#9016BE'

red 144 ◦ green 22 ◦ blue 190

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

Shades of Dark Violet #9016BE

Tints of Dark Violet #9016BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 40.45%
G = 6.18%
B = 53.37%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9016BE (or 0x9016BE) is known color: Dark Violet. HEX triplet: 90, 16 and BE. RGB value is (144,22,190). Sum of RGB (Red+Green+Blue) = 144+22+190=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #9016BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016BE is #6FE941. Grayscale: #4D4D4D. Windows color (decimal): -7334210 or 12457616. OLE color: 12457616.

HSL color Cylindrical-coordinate representation of color #9016BE: hue angle of 283.57º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9016BE is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 22 190 -
CMYK 0.24 0.88 0 0.25
HSL 283.57º 0.79% 0.42% -
HSV(B) 283.57º 0.88% 0.75% -
XYZ 21.08 10.22 49.58 -
YUV 77.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 144 22 190 0.24 0.88 0 0.25 283.57 0.79 0.42
Hex 90 16 BE 18 58 0 19 11C 4F 2A
Octal 220 26 276 30 130 0 31 434 117 52
Binary 10010000 10110 10111110 11000 1011000 0 11001 100011100 1001111 101010

Color Harmonies of #9016BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016BE

Black with #9016BE

Text Example


Text Example

White with #9016BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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