Html Css Color HEX #912DB3 Dark Orchid

📋 copy color: '#912DB3'

red 145 ◦ green 45 ◦ blue 179

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

Shades of Dark Orchid #912DB3

Tints of Dark Orchid #912DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.51%

R = 39.3%
G = 12.2%
B = 48.51%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#912DB3 (or 0x912DB3) is known color: Dark Orchid. HEX triplet: 91, 2D and B3. RGB value is (145,45,179). Sum of RGB (Red+Green+Blue) = 145+45+179=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #912DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DB3 is #6ED24C. Grayscale: #595959. Windows color (decimal): -7262797 or 11742609. OLE color: 11742609.

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

Color convert

RGB 145 45 179 -
CMYK 0.19 0.75 0 0.30
HSL 284.78º 0.6% 0.44% -
HSV(B) 284.78º 0.75% 0.7% -
XYZ 20.75 11.15 43.71 -
YUV 90.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 145 45 179 0.19 0.75 0 0.30 284.78 0.6 0.44
Hex 91 2D B3 13 4B 0 1E 11D 3C 2C
Octal 221 55 263 23 113 0 36 435 74 54
Binary 10010001 101101 10110011 10011 1001011 0 11110 100011101 111100 101100

Color Harmonies of #912DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912DB3

Black with #912DB3

Text Example


Text Example

White with #912DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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