Html Css Color HEX #911EC2 Dark Orchid

📋 copy color: '#911EC2'

red 145 ◦ green 30 ◦ blue 194

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

Shades of Dark Orchid #911EC2

Tints of Dark Orchid #911EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 39.3%
G = 8.13%
B = 52.57%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#911EC2 (or 0x911EC2) is known color: Dark Orchid. HEX triplet: 91, 1E and C2. RGB value is (145,30,194). Sum of RGB (Red+Green+Blue) = 145+30+194=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #911EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911EC2 is #6EE13D. Grayscale: #525252. Windows color (decimal): -7266622 or 12721809. OLE color: 12721809.

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

Color convert

RGB 145 30 194 -
CMYK 0.25 0.85 0 0.24
HSL 282.07º 0.73% 0.44% -
HSV(B) 282.07º 0.85% 0.76% -
XYZ 21.88 10.84 51.98 -
YUV 83.08 190.6 172.16 -
System Red Green Blue C M Y K H S L
Decimal 145 30 194 0.25 0.85 0 0.24 282.07 0.73 0.44
Hex 91 1E C2 19 55 0 18 11A 49 2C
Octal 221 36 302 31 125 0 30 432 111 54
Binary 10010001 11110 11000010 11001 1010101 0 11000 100011010 1001001 101100

Color Harmonies of #911EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911EC2

Black with #911EC2

Text Example


Text Example

White with #911EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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