Html Css Color HEX #912FAE Dark Orchid

📋 copy color: '#912FAE'

red 145 ◦ green 47 ◦ blue 174

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

Shades of Dark Orchid #912FAE

Tints of Dark Orchid #912FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.84%

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 39.62%
G = 12.84%
B = 47.54%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#912FAE (or 0x912FAE) is known color: Dark Orchid. HEX triplet: 91, 2F and AE. RGB value is (145,47,174). Sum of RGB (Red+Green+Blue) = 145+47+174=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #912FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912FAE is #6ED051. Grayscale: #5A5A5A. Windows color (decimal): -7262290 or 11415441. OLE color: 11415441.

HSL color Cylindrical-coordinate representation of color #912FAE: hue angle of 286.3º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #912FAE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 47 174 -
CMYK 0.17 0.73 0 0.32
HSL 286.3º 0.57% 0.43% -
HSV(B) 286.3º 0.73% 0.68% -
XYZ 20.33 11.11 41.12 -
YUV 90.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 145 47 174 0.17 0.73 0 0.32 286.3 0.57 0.43
Hex 91 2F AE 11 49 0 20 11E 39 2B
Octal 221 57 256 21 111 0 40 436 71 53
Binary 10010001 101111 10101110 10001 1001001 0 100000 100011110 111001 101011

Color Harmonies of #912FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912FAE

Black with #912FAE

Text Example


Text Example

White with #912FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,47,174); }

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

background-color css

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

 a { background-color: rgb(145,47,174); }

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

border-color css

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

 span { border-color: rgb(145,47,174); }

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