Html Css Color HEX #912DB0 Dark Orchid

📋 copy color: '#912DB0'

red 145 ◦ green 45 ◦ blue 176

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

Shades of Dark Orchid #912DB0

Tints of Dark Orchid #912DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.3%

 BLUE value IS 176 (69.14% from 255) = 48.09%

R = 39.62%
G = 12.3%
B = 48.09%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#912DB0 (or 0x912DB0) is known color: Dark Orchid. HEX triplet: 91, 2D and B0. RGB value is (145,45,176). Sum of RGB (Red+Green+Blue) = 145+45+176=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #912DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912DB0 is #6ED24F. Grayscale: #595959. Windows color (decimal): -7262800 or 11546001. OLE color: 11546001.

HSL color Cylindrical-coordinate representation of color #912DB0: hue angle of 285.8º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912DB0 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 45 176 -
CMYK 0.18 0.74 0 0.31
HSL 285.8º 0.59% 0.43% -
HSV(B) 285.8º 0.74% 0.69% -
XYZ 20.45 11.03 42.13 -
YUV 89.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 145 45 176 0.18 0.74 0 0.31 285.8 0.59 0.43
Hex 91 2D B0 12 4A 0 1F 11E 3B 2B
Octal 221 55 260 22 112 0 37 436 73 53
Binary 10010001 101101 10110000 10010 1001010 0 11111 100011110 111011 101011

Color Harmonies of #912DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912DB0

Black with #912DB0

Text Example


Text Example

White with #912DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,45,176); }

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

background-color css

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

 a { background-color: rgb(145,45,176); }

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

border-color css

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

 span { border-color: rgb(145,45,176); }

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