Html Css Color HEX #9112CD Dark Violet

📋 copy color: '#9112CD'

red 145 ◦ green 18 ◦ blue 205

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

Shades of Dark Violet #9112CD

Tints of Dark Violet #9112CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.89%

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 39.4%
G = 4.89%
B = 55.71%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9112CD (or 0x9112CD) is known color: Dark Violet. HEX triplet: 91, 12 and CD. RGB value is (145,18,205). Sum of RGB (Red+Green+Blue) = 145+18+205=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #9112CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9112CD is #6EED32. Grayscale: #4C4C4C. Windows color (decimal): -7269683 or 13439633. OLE color: 13439633.

HSL color Cylindrical-coordinate representation of color #9112CD: hue angle of 280.75º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9112CD is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 18 205 -
CMYK 0.29 0.91 0 0.20
HSL 280.75º 0.84% 0.44% -
HSV(B) 280.75º 0.91% 0.8% -
XYZ 22.91 10.86 58.65 -
YUV 77.29 200.08 176.29 -
System Red Green Blue C M Y K H S L
Decimal 145 18 205 0.29 0.91 0 0.20 280.75 0.84 0.44
Hex 91 12 CD 1D 5B 0 14 119 54 2C
Octal 221 22 315 35 133 0 24 431 124 54
Binary 10010001 10010 11001101 11101 1011011 0 10100 100011001 1010100 101100

Color Harmonies of #9112CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9112CD

Black with #9112CD

Text Example


Text Example

White with #9112CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9112CD; }

 p { color: rgb(145,18,205); }

 H1.HeaderClassName
 {
   color: #9112CD;
 }
 .AnyTagClassName
 {
   color: #9112CD;
 }
</style>

background-color css

<style>
 a { background-color: #9112CD; }

 a { background-color: rgb(145,18,205); }

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

border-color css

<style>
 span { border-color: #9112CD; }

 span { border-color: rgb(145,18,205); }

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