Html Css Color HEX #9010BE Dark Violet

📋 copy color: '#9010BE'

red 144 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #9010BE

Tints of Dark Violet #9010BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.57%

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

R = 41.14%
G = 4.57%
B = 54.29%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9010BE (or 0x9010BE) is known color: Dark Violet. HEX triplet: 90, 10 and BE. RGB value is (144,16,190). Sum of RGB (Red+Green+Blue) = 144+16+190=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #9010BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010BE is #6FEF41. Grayscale: #494949. Windows color (decimal): -7335746 or 12456080. OLE color: 12456080.

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

Color convert

RGB 144 16 190 -
CMYK 0.24 0.92 0 0.25
HSL 284.14º 0.84% 0.4% -
HSV(B) 284.14º 0.92% 0.75% -
XYZ 20.98 10.02 49.54 -
YUV 74.11 193.41 177.85 -
System Red Green Blue C M Y K H S L
Decimal 144 16 190 0.24 0.92 0 0.25 284.14 0.84 0.4
Hex 90 10 BE 18 5C 0 19 11C 54 28
Octal 220 20 276 30 134 0 31 434 124 50
Binary 10010000 10000 10111110 11000 1011100 0 11001 100011100 1010100 101000

Color Harmonies of #9010BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010BE

Black with #9010BE

Text Example


Text Example

White with #9010BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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