Html Css Color HEX #9109C6 Dark Violet

📋 copy color: '#9109C6'

red 145 ◦ green 9 ◦ blue 198

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

Shades of Dark Violet #9109C6

Tints of Dark Violet #9109C6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

 BLUE value IS 198 (77.73% from 255) = 56.25%

R = 41.19%
G = 2.56%
B = 56.25%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9109C6 (or 0x9109C6) is known color: Dark Violet. HEX triplet: 91, 09 and C6. RGB value is (145,9,198). Sum of RGB (Red+Green+Blue) = 145+9+198=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 198 (77.73% from 255 or 56.25% from 352); Max value from RGB is 198 - color contains mainly: blue. Hex color #9109C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9109C6 is #6EF639. Grayscale: #464646. Windows color (decimal): -7271994 or 12978577. OLE color: 12978577.

HSL color Cylindrical-coordinate representation of color #9109C6: hue angle of 283.17º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9109C6 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 9 198 -
CMYK 0.27 0.95 0 0.22
HSL 283.17º 0.91% 0.41% -
HSV(B) 283.17º 0.95% 0.78% -
XYZ 21.97 10.29 54.25 -
YUV 71.21 199.56 180.63 -
System Red Green Blue C M Y K H S L
Decimal 145 9 198 0.27 0.95 0 0.22 283.17 0.91 0.41
Hex 91 9 C6 1B 5F 0 16 11B 5B 29
Octal 221 11 306 33 137 0 26 433 133 51
Binary 10010001 1001 11000110 11011 1011111 0 10110 100011011 1011011 101001

Color Harmonies of #9109C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9109C6

Black with #9109C6

Text Example


Text Example

White with #9109C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9109C6; }

 p { color: rgb(145,9,198); }

 H1.HeaderClassName
 {
   color: #9109C6;
 }
 .AnyTagClassName
 {
   color: #9109C6;
 }
</style>

background-color css

<style>
 a { background-color: #9109C6; }

 a { background-color: rgb(145,9,198); }

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

border-color css

<style>
 span { border-color: #9109C6; }

 span { border-color: rgb(145,9,198); }

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