Html Css Color HEX #912DB5 Dark Orchid

📋 copy color: '#912DB5'

red 145 ◦ green 45 ◦ blue 181

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

Shades of Dark Orchid #912DB5

Tints of Dark Orchid #912DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 39.08%
G = 12.13%
B = 48.79%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#912DB5 (or 0x912DB5) is known color: Dark Orchid. HEX triplet: 91, 2D and B5. RGB value is (145,45,181). Sum of RGB (Red+Green+Blue) = 145+45+181=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #912DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DB5 is #6ED24A. Grayscale: #595959. Windows color (decimal): -7262795 or 11873681. OLE color: 11873681.

HSL color Cylindrical-coordinate representation of color #912DB5: hue angle of 284.12º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912DB5 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 45 181 -
CMYK 0.20 0.75 0 0.29
HSL 284.12º 0.6% 0.44% -
HSV(B) 284.12º 0.75% 0.71% -
XYZ 20.96 11.23 44.78 -
YUV 90.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 145 45 181 0.20 0.75 0 0.29 284.12 0.6 0.44
Hex 91 2D B5 14 4B 0 1D 11C 3C 2C
Octal 221 55 265 24 113 0 35 434 74 54
Binary 10010001 101101 10110101 10100 1001011 0 11101 100011100 111100 101100

Color Harmonies of #912DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912DB5

Black with #912DB5

Text Example


Text Example

White with #912DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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