Html Css Color HEX #911CBE Dark Orchid

📋 copy color: '#911CBE'

red 145 ◦ green 28 ◦ blue 190

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

Shades of Dark Orchid #911CBE

Tints of Dark Orchid #911CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 39.94%
G = 7.71%
B = 52.34%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#911CBE (or 0x911CBE) is known color: Dark Orchid. HEX triplet: 91, 1C and BE. RGB value is (145,28,190). Sum of RGB (Red+Green+Blue) = 145+28+190=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #911CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CBE is #6EE341. Grayscale: #505050. Windows color (decimal): -7267138 or 12459153. OLE color: 12459153.

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

Color convert

RGB 145 28 190 -
CMYK 0.24 0.85 0 0.25
HSL 283.33º 0.74% 0.43% -
HSV(B) 283.33º 0.85% 0.75% -
XYZ 21.39 10.57 49.63 -
YUV 81.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 145 28 190 0.24 0.85 0 0.25 283.33 0.74 0.43
Hex 91 1C BE 18 55 0 19 11B 4A 2B
Octal 221 34 276 30 125 0 31 433 112 53
Binary 10010001 11100 10111110 11000 1010101 0 11001 100011011 1001010 101011

Color Harmonies of #911CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911CBE

Black with #911CBE

Text Example


Text Example

White with #911CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,28,190); }

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

background-color css

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

 a { background-color: rgb(145,28,190); }

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

border-color css

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

 span { border-color: rgb(145,28,190); }

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