Html Css Color HEX #912ECD Dark Orchid

📋 copy color: '#912ECD'

red 145 ◦ green 46 ◦ blue 205

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

Shades of Dark Orchid #912ECD

Tints of Dark Orchid #912ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 36.62%
G = 11.62%
B = 51.77%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#912ECD (or 0x912ECD) is known color: Dark Orchid. HEX triplet: 91, 2E and CD. RGB value is (145,46,205). Sum of RGB (Red+Green+Blue) = 145+46+205=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #912ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ECD is #6ED132. Grayscale: #5D5D5D. Windows color (decimal): -7262515 or 13446801. OLE color: 13446801.

HSL color Cylindrical-coordinate representation of color #912ECD: hue angle of 277.36º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912ECD is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 46 205 -
CMYK 0.29 0.78 0 0.20
HSL 277.36º 0.63% 0.49% -
HSV(B) 277.36º 0.78% 0.8% -
XYZ 23.67 12.38 58.9 -
YUV 93.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 145 46 205 0.29 0.78 0 0.20 277.36 0.63 0.49
Hex 91 2E CD 1D 4E 0 14 115 3F 31
Octal 221 56 315 35 116 0 24 425 77 61
Binary 10010001 101110 11001101 11101 1001110 0 10100 100010101 111111 110001

Color Harmonies of #912ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912ECD

Black with #912ECD

Text Example


Text Example

White with #912ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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