Html Css Color HEX #912EBF Dark Orchid

📋 copy color: '#912EBF'

red 145 ◦ green 46 ◦ blue 191

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

Shades of Dark Orchid #912EBF

Tints of Dark Orchid #912EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 37.96%
G = 12.04%
B = 50%

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

#912EBF (or 0x912EBF) is known color: Dark Orchid. HEX triplet: 91, 2E and BF. RGB value is (145,46,191). Sum of RGB (Red+Green+Blue) = 145+46+191=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 46 (18.36% from 255 or 12.04% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #912EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912EBF is #6ED140. Grayscale: #5B5B5B. Windows color (decimal): -7262529 or 12529297. OLE color: 12529297.

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

Color convert

RGB 145 46 191 -
CMYK 0.24 0.76 0 0.25
HSL 280.97º 0.61% 0.46% -
HSV(B) 280.97º 0.76% 0.75% -
XYZ 22.06 11.74 50.39 -
YUV 92.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 145 46 191 0.24 0.76 0 0.25 280.97 0.61 0.46
Hex 91 2E BF 18 4C 0 19 119 3D 2E
Octal 221 56 277 30 114 0 31 431 75 56
Binary 10010001 101110 10111111 11000 1001100 0 11001 100011001 111101 101110

Color Harmonies of #912EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912EBF

Black with #912EBF

Text Example


Text Example

White with #912EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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