Html Css Color HEX #912EC0 Dark Orchid

📋 copy color: '#912EC0'

red 145 ◦ green 46 ◦ blue 192

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

Shades of Dark Orchid #912EC0

Tints of Dark Orchid #912EC0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.01%

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 37.86%
G = 12.01%
B = 50.13%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#912EC0 (or 0x912EC0) is known color: Dark Orchid. HEX triplet: 91, 2E and C0. RGB value is (145,46,192). Sum of RGB (Red+Green+Blue) = 145+46+192=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #912EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912EC0 is #6ED13F. Grayscale: #5B5B5B. Windows color (decimal): -7262528 or 12594833. OLE color: 12594833.

HSL color Cylindrical-coordinate representation of color #912EC0: hue angle of 280.68º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912EC0 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 46 192 -
CMYK 0.24 0.76 0 0.25
HSL 280.68º 0.61% 0.47% -
HSV(B) 280.68º 0.76% 0.75% -
XYZ 22.17 11.78 50.97 -
YUV 92.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 145 46 192 0.24 0.76 0 0.25 280.68 0.61 0.47
Hex 91 2E C0 18 4C 0 19 119 3D 2F
Octal 221 56 300 30 114 0 31 431 75 57
Binary 10010001 101110 11000000 11000 1001100 0 11001 100011001 111101 101111

Color Harmonies of #912EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912EC0

Black with #912EC0

Text Example


Text Example

White with #912EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912EC0; }

 p { color: rgb(145,46,192); }

 H1.HeaderClassName
 {
   color: #912EC0;
 }
 .AnyTagClassName
 {
   color: #912EC0;
 }
</style>

background-color css

<style>
 a { background-color: #912EC0; }

 a { background-color: rgb(145,46,192); }

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

border-color css

<style>
 span { border-color: #912EC0; }

 span { border-color: rgb(145,46,192); }

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