Html Css Color HEX #912ABF Dark Orchid

📋 copy color: '#912ABF'

red 145 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #912ABF

Tints of Dark Orchid #912ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 38.36%
G = 11.11%
B = 50.53%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#912ABF (or 0x912ABF) is known color: Dark Orchid. HEX triplet: 91, 2A and BF. RGB value is (145,42,191). Sum of RGB (Red+Green+Blue) = 145+42+191=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #912ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ABF is #6ED540. Grayscale: #595959. Windows color (decimal): -7263553 or 12528273. OLE color: 12528273.

HSL color Cylindrical-coordinate representation of color #912ABF: hue angle of 281.48º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912ABF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 42 191 -
CMYK 0.24 0.78 0 0.25
HSL 281.48º 0.64% 0.46% -
HSV(B) 281.48º 0.78% 0.75% -
XYZ 21.91 11.44 50.34 -
YUV 89.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 145 42 191 0.24 0.78 0 0.25 281.48 0.64 0.46
Hex 91 2A BF 18 4E 0 19 119 40 2E
Octal 221 52 277 30 116 0 31 431 100 56
Binary 10010001 101010 10111111 11000 1001110 0 11001 100011001 1000000 101110

Color Harmonies of #912ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912ABF

Black with #912ABF

Text Example


Text Example

White with #912ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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