Html Css Color HEX #912ED3 Dark Orchid

📋 copy color: '#912ED3'

red 145 ◦ green 46 ◦ blue 211

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

Shades of Dark Orchid #912ED3

Tints of Dark Orchid #912ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.49%

R = 36.07%
G = 11.44%
B = 52.49%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#912ED3 (or 0x912ED3) is known color: Dark Orchid. HEX triplet: 91, 2E and D3. RGB value is (145,46,211). Sum of RGB (Red+Green+Blue) = 145+46+211=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 211 (82.81% from 255 or 52.49% from 402); Max value from RGB is 211 - color contains mainly: blue. Hex color #912ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ED3 is #6ED12C. Grayscale: #5D5D5D. Windows color (decimal): -7262509 or 13840017. OLE color: 13840017.

HSL color Cylindrical-coordinate representation of color #912ED3: hue angle of 276º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912ED3 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 145 46 211 -
CMYK 0.31 0.78 0 0.17
HSL 276º 0.65% 0.5% -
HSV(B) 276º 0.78% 0.83% -
XYZ 24.41 12.68 62.79 -
YUV 94.41 193.8 164.08 -
System Red Green Blue C M Y K H S L
Decimal 145 46 211 0.31 0.78 0 0.17 276 0.65 0.5
Hex 91 2E D3 1F 4E 0 11 114 41 32
Octal 221 56 323 37 116 0 21 424 101 62
Binary 10010001 101110 11010011 11111 1001110 0 10001 100010100 1000001 110010

Color Harmonies of #912ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912ED3

Black with #912ED3

Text Example


Text Example

White with #912ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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