Html Css Color HEX #911FD0 Dark Orchid

📋 copy color: '#911FD0'

red 145 ◦ green 31 ◦ blue 208

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

Shades of Dark Orchid #911FD0

Tints of Dark Orchid #911FD0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

 BLUE value IS 208 (81.64% from 255) = 54.17%

R = 37.76%
G = 8.07%
B = 54.17%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#911FD0 (or 0x911FD0) is known color: Dark Orchid. HEX triplet: 91, 1F and D0. RGB value is (145,31,208). Sum of RGB (Red+Green+Blue) = 145+31+208=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #911FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911FD0 is #6EE02F. Grayscale: #545454. Windows color (decimal): -7266352 or 13639569. OLE color: 13639569.

HSL color Cylindrical-coordinate representation of color #911FD0: hue angle of 278.64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911FD0 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 31 208 -
CMYK 0.30 0.85 0 0.18
HSL 278.64º 0.74% 0.47% -
HSV(B) 278.64º 0.85% 0.82% -
XYZ 23.55 11.55 60.66 -
YUV 85.26 197.27 170.61 -
System Red Green Blue C M Y K H S L
Decimal 145 31 208 0.30 0.85 0 0.18 278.64 0.74 0.47
Hex 91 1F D0 1E 55 0 12 117 4A 2F
Octal 221 37 320 36 125 0 22 427 112 57
Binary 10010001 11111 11010000 11110 1010101 0 10010 100010111 1001010 101111

Color Harmonies of #911FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911FD0

Black with #911FD0

Text Example


Text Example

White with #911FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,31,208); }

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

background-color css

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

 a { background-color: rgb(145,31,208); }

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

border-color css

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

 span { border-color: rgb(145,31,208); }

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