Html Css Color HEX #9120C5 Dark Orchid

📋 copy color: '#9120C5'

red 145 ◦ green 32 ◦ blue 197

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

Shades of Dark Orchid #9120C5

Tints of Dark Orchid #9120C5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.56%

 BLUE value IS 197 (77.34% from 255) = 52.67%

R = 38.77%
G = 8.56%
B = 52.67%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9120C5 (or 0x9120C5) is known color: Dark Orchid. HEX triplet: 91, 20 and C5. RGB value is (145,32,197). Sum of RGB (Red+Green+Blue) = 145+32+197=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #9120C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9120C5 is #6EDF3A. Grayscale: #545454. Windows color (decimal): -7266107 or 12918929. OLE color: 12918929.

HSL color Cylindrical-coordinate representation of color #9120C5: hue angle of 281.09º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9120C5 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 145 32 197 -
CMYK 0.26 0.84 0 0.23
HSL 281.09º 0.72% 0.45% -
HSV(B) 281.09º 0.84% 0.77% -
XYZ 22.27 11.08 53.79 -
YUV 84.6 191.44 171.08 -
System Red Green Blue C M Y K H S L
Decimal 145 32 197 0.26 0.84 0 0.23 281.09 0.72 0.45
Hex 91 20 C5 1A 54 0 17 119 48 2D
Octal 221 40 305 32 124 0 27 431 110 55
Binary 10010001 100000 11000101 11010 1010100 0 10111 100011001 1001000 101101

Color Harmonies of #9120C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9120C5

Black with #9120C5

Text Example


Text Example

White with #9120C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9120C5; }

 p { color: rgb(145,32,197); }

 H1.HeaderClassName
 {
   color: #9120C5;
 }
 .AnyTagClassName
 {
   color: #9120C5;
 }
</style>

background-color css

<style>
 a { background-color: #9120C5; }

 a { background-color: rgb(145,32,197); }

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

border-color css

<style>
 span { border-color: #9120C5; }

 span { border-color: rgb(145,32,197); }

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