Html Css Color HEX #912AB6 Dark Orchid

📋 copy color: '#912AB6'

red 145 ◦ green 42 ◦ blue 182

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

Shades of Dark Orchid #912AB6

Tints of Dark Orchid #912AB6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.38%

 BLUE value IS 182 (71.48% from 255) = 49.32%

R = 39.3%
G = 11.38%
B = 49.32%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#912AB6 (or 0x912AB6) is known color: Dark Orchid. HEX triplet: 91, 2A and B6. RGB value is (145,42,182). Sum of RGB (Red+Green+Blue) = 145+42+182=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #912AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912AB6 is #6ED549. Grayscale: #585858. Windows color (decimal): -7263562 or 11938449. OLE color: 11938449.

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

Color convert

RGB 145 42 182 -
CMYK 0.20 0.77 0 0.29
HSL 284.14º 0.63% 0.44% -
HSV(B) 284.14º 0.77% 0.71% -
XYZ 20.95 11.05 45.29 -
YUV 88.76 180.62 168.12 -
System Red Green Blue C M Y K H S L
Decimal 145 42 182 0.20 0.77 0 0.29 284.14 0.63 0.44
Hex 91 2A B6 14 4D 0 1D 11C 3E 2C
Octal 221 52 266 24 115 0 35 434 76 54
Binary 10010001 101010 10110110 10100 1001101 0 11101 100011100 111110 101100

Color Harmonies of #912AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912AB6

Black with #912AB6

Text Example


Text Example

White with #912AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,42,182); }

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

background-color css

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

 a { background-color: rgb(145,42,182); }

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

border-color css

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

 span { border-color: rgb(145,42,182); }

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