Html Css Color HEX #911EC4 Dark Orchid

📋 copy color: '#911EC4'

red 145 ◦ green 30 ◦ blue 196

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

Shades of Dark Orchid #911EC4

Tints of Dark Orchid #911EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.83%

R = 39.08%
G = 8.09%
B = 52.83%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#911EC4 (or 0x911EC4) is known color: Dark Orchid. HEX triplet: 91, 1E and C4. RGB value is (145,30,196). Sum of RGB (Red+Green+Blue) = 145+30+196=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #911EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911EC4 is #6EE13B. Grayscale: #525252. Windows color (decimal): -7266620 or 12852881. OLE color: 12852881.

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

Color convert

RGB 145 30 196 -
CMYK 0.26 0.85 0 0.23
HSL 281.57º 0.73% 0.44% -
HSV(B) 281.57º 0.85% 0.77% -
XYZ 22.11 10.93 53.17 -
YUV 83.31 191.6 172 -
System Red Green Blue C M Y K H S L
Decimal 145 30 196 0.26 0.85 0 0.23 281.57 0.73 0.44
Hex 91 1E C4 1A 55 0 17 11A 49 2C
Octal 221 36 304 32 125 0 27 432 111 54
Binary 10010001 11110 11000100 11010 1010101 0 10111 100011010 1001001 101100

Color Harmonies of #911EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911EC4

Black with #911EC4

Text Example


Text Example

White with #911EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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