Html Css Color HEX #911EBB Dark Orchid

📋 copy color: '#911EBB'

red 145 ◦ green 30 ◦ blue 187

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

Shades of Dark Orchid #911EBB

Tints of Dark Orchid #911EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 40.06%
G = 8.29%
B = 51.66%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#911EBB (or 0x911EBB) is known color: Dark Orchid. HEX triplet: 91, 1E and BB. RGB value is (145,30,187). Sum of RGB (Red+Green+Blue) = 145+30+187=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #911EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911EBB is #6EE144. Grayscale: #515151. Windows color (decimal): -7266629 or 12263057. OLE color: 12263057.

HSL color Cylindrical-coordinate representation of color #911EBB: hue angle of 283.95º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911EBB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 30 187 -
CMYK 0.22 0.84 0 0.27
HSL 283.95º 0.72% 0.43% -
HSV(B) 283.95º 0.84% 0.73% -
XYZ 21.11 10.54 47.93 -
YUV 82.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 145 30 187 0.22 0.84 0 0.27 283.95 0.72 0.43
Hex 91 1E BB 16 54 0 1B 11C 48 2B
Octal 221 36 273 26 124 0 33 434 110 53
Binary 10010001 11110 10111011 10110 1010100 0 11011 100011100 1001000 101011

Color Harmonies of #911EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911EBB

Black with #911EBB

Text Example


Text Example

White with #911EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,30,187); }

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

background-color css

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

 a { background-color: rgb(145,30,187); }

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

border-color css

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

 span { border-color: rgb(145,30,187); }

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