Html Css Color HEX #911FBB Dark Orchid

📋 copy color: '#911FBB'

red 145 ◦ green 31 ◦ blue 187

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

Shades of Dark Orchid #911FBB

Tints of Dark Orchid #911FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

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

R = 39.94%
G = 8.54%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#911FBB (or 0x911FBB) is known color: Dark Orchid. HEX triplet: 91, 1F and BB. RGB value is (145,31,187). Sum of RGB (Red+Green+Blue) = 145+31+187=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #911FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911FBB is #6EE044. Grayscale: #525252. Windows color (decimal): -7266373 or 12263313. OLE color: 12263313.

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

Color convert

RGB 145 31 187 -
CMYK 0.22 0.83 0 0.27
HSL 283.85º 0.72% 0.43% -
HSV(B) 283.85º 0.83% 0.73% -
XYZ 21.14 10.59 47.94 -
YUV 82.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 145 31 187 0.22 0.83 0 0.27 283.85 0.72 0.43
Hex 91 1F BB 16 53 0 1B 11C 48 2B
Octal 221 37 273 26 123 0 33 434 110 53
Binary 10010001 11111 10111011 10110 1010011 0 11011 100011100 1001000 101011

Color Harmonies of #911FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911FBB

Black with #911FBB

Text Example


Text Example

White with #911FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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