Html Css Color HEX #912DBC Dark Orchid

📋 copy color: '#912DBC'

red 145 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #912DBC

Tints of Dark Orchid #912DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 38.36%
G = 11.9%
B = 49.74%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#912DBC (or 0x912DBC) is known color: Dark Orchid. HEX triplet: 91, 2D and BC. RGB value is (145,45,188). Sum of RGB (Red+Green+Blue) = 145+45+188=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #912DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DBC is #6ED243. Grayscale: #5A5A5A. Windows color (decimal): -7262788 or 12332433. OLE color: 12332433.

HSL color Cylindrical-coordinate representation of color #912DBC: hue angle of 281.96º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912DBC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 45 188 -
CMYK 0.23 0.76 0 0.26
HSL 281.96º 0.61% 0.46% -
HSV(B) 281.96º 0.76% 0.74% -
XYZ 21.69 11.53 48.66 -
YUV 91.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 145 45 188 0.23 0.76 0 0.26 281.96 0.61 0.46
Hex 91 2D BC 17 4C 0 1A 11A 3D 2E
Octal 221 55 274 27 114 0 32 432 75 56
Binary 10010001 101101 10111100 10111 1001100 0 11010 100011010 111101 101110

Color Harmonies of #912DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912DBC

Black with #912DBC

Text Example


Text Example

White with #912DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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