Html Css Color HEX #9100EB Dark Violet

📋 copy color: '#9100EB'

red 145 ◦ green 0 ◦ blue 235

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

Shades of Dark Violet #9100EB

Tints of Dark Violet #9100EB

RGB

 RED value IS 145 (57.03% from 255) = 38.16%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 38.16%
G = 0%
B = 61.84%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9100EB (or 0x9100EB) is known color: Dark Violet. HEX triplet: 91, 00 and EB. RGB value is (145,0,235). Sum of RGB (Red+Green+Blue) = 145+0+235=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #9100EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9100EB is #6EFF14. Grayscale: #454545. Windows color (decimal): -7274261 or 15401105. OLE color: 15401105.

HSL color Cylindrical-coordinate representation of color #9100EB: hue angle of 277.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100EB is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 0 235 -
CMYK 0.38 1 0 0.08
HSL 277.02º 1% 0.46% -
HSV(B) 277.02º 1% 0.92% -
XYZ 26.67 12.02 79.51 -
YUV 70.15 221.04 181.39 -
System Red Green Blue C M Y K H S L
Decimal 145 0 235 0.38 1 0 0.08 277.02 1 0.46
Hex 91 0 EB 26 64 0 8 115 64 2E
Octal 221 0 353 46 144 0 10 425 144 56
Binary 10010001 0 11101011 100110 1100100 0 1000 100010101 1100100 101110

Color Harmonies of #9100EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9100EB

Black with #9100EB

Text Example


Text Example

White with #9100EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9100EB; }

 p { color: rgb(145,0,235); }

 H1.HeaderClassName
 {
   color: #9100EB;
 }
 .AnyTagClassName
 {
   color: #9100EB;
 }
</style>

background-color css

<style>
 a { background-color: #9100EB; }

 a { background-color: rgb(145,0,235); }

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

border-color css

<style>
 span { border-color: #9100EB; }

 span { border-color: rgb(145,0,235); }

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