#912ad4

Color #912AD4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #912AD4

Tints of Dark Orchid #912AD4

Color information

#912AD4 (or 0x912AD4) is unknown color: approx Dark Orchid. HEX triplet: 91, 2A and D4. RGB value is (145,42,212). Sum of RGB (Red+Green+Blue) = 145+42+212=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #912AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912AD4 is #6ED52B. Grayscale: #5B5B5B. Windows color (decimal): -7263532 or 13904529. OLE color: 13904529.

HSL color Cylindrical-coordinate representation of color #912AD4: hue angle of 276.35º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #912AD4 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14542212-
CMYK0.320.8000.17
HSL276.35º66.93%49.8%-
HSV(B)276.35º80.19%83.14%-
XYZ24.3912.4363.4-
YUV92.18195.62165.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 42 (16.80% from 255) = 10.53%
BLUE value IS 212 (83.20% from 255) = 53.13%
R=36.34%
G=10.53%
B=53.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal145422120.320.8000.17276.3566.9349.8
Hex912AD420500111144332
Octal221523244012002142410362
Binary100100011010101101010010000010100000100011000101001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,42,212); }

 H1.HeaderClassName
 {
   color: #912ad4;
 }
 .AnyTagClassName
 {
   color: #912ad4;
 }
</style>
background-color css

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

 a { background-color: rgb(145,42,212); }

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

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

 span { border-color: rgb(145,42,212); }

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