Html Css Color HEX #911ABF Dark Orchid

📋 copy color: '#911ABF'

red 145 ◦ green 26 ◦ blue 191

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

Shades of Dark Orchid #911ABF

Tints of Dark Orchid #911ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.18%

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

R = 40.06%
G = 7.18%
B = 52.76%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#911ABF (or 0x911ABF) is known color: Dark Orchid. HEX triplet: 91, 1A and BF. RGB value is (145,26,191). Sum of RGB (Red+Green+Blue) = 145+26+191=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #911ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ABF is #6EE540. Grayscale: #4F4F4F. Windows color (decimal): -7267649 or 12524177. OLE color: 12524177.

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

Color convert

RGB 145 26 191 -
CMYK 0.24 0.86 0 0.25
HSL 283.27º 0.76% 0.43% -
HSV(B) 283.27º 0.86% 0.75% -
XYZ 21.45 10.52 50.19 -
YUV 80.39 190.42 174.08 -
System Red Green Blue C M Y K H S L
Decimal 145 26 191 0.24 0.86 0 0.25 283.27 0.76 0.43
Hex 91 1A BF 18 56 0 19 11B 4C 2B
Octal 221 32 277 30 126 0 31 433 114 53
Binary 10010001 11010 10111111 11000 1010110 0 11001 100011011 1001100 101011

Color Harmonies of #911ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911ABF

Black with #911ABF

Text Example


Text Example

White with #911ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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