Html Css Color HEX #9016BC Dark Violet

📋 copy color: '#9016BC'

red 144 ◦ green 22 ◦ blue 188

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

Shades of Dark Violet #9016BC

Tints of Dark Violet #9016BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 40.68%
G = 6.21%
B = 53.11%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9016BC (or 0x9016BC) is known color: Dark Violet. HEX triplet: 90, 16 and BC. RGB value is (144,22,188). Sum of RGB (Red+Green+Blue) = 144+22+188=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #9016BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016BC is #6FE943. Grayscale: #4C4C4C. Windows color (decimal): -7334212 or 12326544. OLE color: 12326544.

HSL color Cylindrical-coordinate representation of color #9016BC: hue angle of 284.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9016BC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 22 188 -
CMYK 0.23 0.88 0 0.26
HSL 284.1º 0.79% 0.41% -
HSV(B) 284.1º 0.88% 0.74% -
XYZ 20.87 10.13 48.43 -
YUV 77.4 190.42 175.5 -
System Red Green Blue C M Y K H S L
Decimal 144 22 188 0.23 0.88 0 0.26 284.1 0.79 0.41
Hex 90 16 BC 17 58 0 1A 11C 4F 29
Octal 220 26 274 27 130 0 32 434 117 51
Binary 10010000 10110 10111100 10111 1011000 0 11010 100011100 1001111 101001

Color Harmonies of #9016BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016BC

Black with #9016BC

Text Example


Text Example

White with #9016BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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