Html Css Color HEX #911ABC Dark Orchid

📋 copy color: '#911ABC'

red 145 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #911ABC

Tints of Dark Orchid #911ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 40.39%
G = 7.24%
B = 52.37%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#911ABC (or 0x911ABC) is known color: Dark Orchid. HEX triplet: 91, 1A and BC. RGB value is (145,26,188). Sum of RGB (Red+Green+Blue) = 145+26+188=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #911ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ABC is #6EE543. Grayscale: #4F4F4F. Windows color (decimal): -7267652 or 12327569. OLE color: 12327569.

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

Color convert

RGB 145 26 188 -
CMYK 0.23 0.86 0 0.26
HSL 284.07º 0.76% 0.42% -
HSV(B) 284.07º 0.86% 0.74% -
XYZ 21.12 10.39 48.47 -
YUV 80.05 188.92 174.33 -
System Red Green Blue C M Y K H S L
Decimal 145 26 188 0.23 0.86 0 0.26 284.07 0.76 0.42
Hex 91 1A BC 17 56 0 1A 11C 4C 2A
Octal 221 32 274 27 126 0 32 434 114 52
Binary 10010001 11010 10111100 10111 1010110 0 11010 100011100 1001100 101010

Color Harmonies of #911ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911ABC

Black with #911ABC

Text Example


Text Example

White with #911ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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