Html Css Color HEX #911BC5 Dark Orchid

📋 copy color: '#911BC5'

red 145 ◦ green 27 ◦ blue 197

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

Shades of Dark Orchid #911BC5

Tints of Dark Orchid #911BC5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

 BLUE value IS 197 (77.34% from 255) = 53.39%

R = 39.3%
G = 7.32%
B = 53.39%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#911BC5 (or 0x911BC5) is known color: Dark Orchid. HEX triplet: 91, 1B and C5. RGB value is (145,27,197). Sum of RGB (Red+Green+Blue) = 145+27+197=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #911BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BC5 is #6EE43A. Grayscale: #515151. Windows color (decimal): -7267387 or 12917649. OLE color: 12917649.

HSL color Cylindrical-coordinate representation of color #911BC5: hue angle of 281.65º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911BC5 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 145 27 197 -
CMYK 0.26 0.86 0 0.23
HSL 281.65º 0.76% 0.44% -
HSV(B) 281.65º 0.86% 0.77% -
XYZ 22.15 10.83 53.75 -
YUV 81.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 145 27 197 0.26 0.86 0 0.23 281.65 0.76 0.44
Hex 91 1B C5 1A 56 0 17 11A 4C 2C
Octal 221 33 305 32 126 0 27 432 114 54
Binary 10010001 11011 11000101 11010 1010110 0 10111 100011010 1001100 101100

Color Harmonies of #911BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911BC5

Black with #911BC5

Text Example


Text Example

White with #911BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,27,197); }

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

background-color css

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

 a { background-color: rgb(145,27,197); }

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

border-color css

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

 span { border-color: rgb(145,27,197); }

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