Html Css Color HEX #9120CF Dark Orchid

📋 copy color: '#9120CF'

red 145 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #9120CF

Tints of Dark Orchid #9120CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 37.76%
G = 8.33%
B = 53.91%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9120CF (or 0x9120CF) is known color: Dark Orchid. HEX triplet: 91, 20 and CF. RGB value is (145,32,207). Sum of RGB (Red+Green+Blue) = 145+32+207=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #9120CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9120CF is #6EDF30. Grayscale: #555555. Windows color (decimal): -7266097 or 13574289. OLE color: 13574289.

HSL color Cylindrical-coordinate representation of color #9120CF: hue angle of 278.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9120CF is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 32 207 -
CMYK 0.30 0.85 0 0.19
HSL 278.74º 0.73% 0.47% -
HSV(B) 278.74º 0.85% 0.81% -
XYZ 23.46 11.56 60.03 -
YUV 85.74 196.44 170.27 -
System Red Green Blue C M Y K H S L
Decimal 145 32 207 0.30 0.85 0 0.19 278.74 0.73 0.47
Hex 91 20 CF 1E 55 0 13 117 49 2F
Octal 221 40 317 36 125 0 23 427 111 57
Binary 10010001 100000 11001111 11110 1010101 0 10011 100010111 1001001 101111

Color Harmonies of #9120CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9120CF

Black with #9120CF

Text Example


Text Example

White with #9120CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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