Html Css Color HEX #911FAF Dark Orchid

📋 copy color: '#911FAF'

red 145 ◦ green 31 ◦ blue 175

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

Shades of Dark Orchid #911FAF

Tints of Dark Orchid #911FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.86%

R = 41.31%
G = 8.83%
B = 49.86%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#911FAF (or 0x911FAF) is known color: Dark Orchid. HEX triplet: 91, 1F and AF. RGB value is (145,31,175). Sum of RGB (Red+Green+Blue) = 145+31+175=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #911FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911FAF is #6EE050. Grayscale: #515151. Windows color (decimal): -7266385 or 11476881. OLE color: 11476881.

HSL color Cylindrical-coordinate representation of color #911FAF: hue angle of 287.5º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911FAF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 31 175 -
CMYK 0.17 0.82 0 0.31
HSL 287.5º 0.7% 0.4% -
HSV(B) 287.5º 0.82% 0.69% -
XYZ 19.9 10.09 41.46 -
YUV 81.5 180.77 173.29 -
System Red Green Blue C M Y K H S L
Decimal 145 31 175 0.17 0.82 0 0.31 287.5 0.7 0.4
Hex 91 1F AF 11 52 0 1F 120 46 28
Octal 221 37 257 21 122 0 37 440 106 50
Binary 10010001 11111 10101111 10001 1010010 0 11111 100100000 1000110 101000

Color Harmonies of #911FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911FAF

Black with #911FAF

Text Example


Text Example

White with #911FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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