Html Css Color HEX #931DAC Dark Orchid

📋 copy color: '#931DAC'

red 147 ◦ green 29 ◦ blue 172

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

Shades of Dark Orchid #931DAC

Tints of Dark Orchid #931DAC

RGB

 RED value IS 147 (57.81% from 255) = 42.24%

 GREEN value IS 29 (11.72% from 255) = 8.33%

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 42.24%
G = 8.33%
B = 49.43%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#931DAC (or 0x931DAC) is known color: Dark Orchid. HEX triplet: 93, 1D and AC. RGB value is (147,29,172). Sum of RGB (Red+Green+Blue) = 147+29+172=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #931DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931DAC is #6CE253. Grayscale: #505050. Windows color (decimal): -7135828 or 11279763. OLE color: 11279763.

HSL color Cylindrical-coordinate representation of color #931DAC: hue angle of 289.51º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931DAC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 29 172 -
CMYK 0.15 0.83 0 0.33
HSL 289.51º 0.71% 0.39% -
HSV(B) 289.51º 0.83% 0.67% -
XYZ 19.92 10.06 39.92 -
YUV 80.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 147 29 172 0.15 0.83 0 0.33 289.51 0.71 0.39
Hex 93 1D AC F 53 0 21 122 47 27
Octal 223 35 254 17 123 0 41 442 107 47
Binary 10010011 11101 10101100 1111 1010011 0 100001 100100010 1000111 100111

Color Harmonies of #931DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931DAC

Black with #931DAC

Text Example


Text Example

White with #931DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931DAC; }

 p { color: rgb(147,29,172); }

 H1.HeaderClassName
 {
   color: #931DAC;
 }
 .AnyTagClassName
 {
   color: #931DAC;
 }
</style>

background-color css

<style>
 a { background-color: #931DAC; }

 a { background-color: rgb(147,29,172); }

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

border-color css

<style>
 span { border-color: #931DAC; }

 span { border-color: rgb(147,29,172); }

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