Html Css Color HEX #931CAC Dark Orchid

📋 copy color: '#931CAC'

red 147 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #931CAC

Tints of Dark Orchid #931CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.07%

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

R = 42.36%
G = 8.07%
B = 49.57%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#931CAC (or 0x931CAC) is known color: Dark Orchid. HEX triplet: 93, 1C and AC. RGB value is (147,28,172). Sum of RGB (Red+Green+Blue) = 147+28+172=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #931CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931CAC is #6CE353. Grayscale: #4F4F4F. Windows color (decimal): -7136084 or 11279507. OLE color: 11279507.

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

Color convert

RGB 147 28 172 -
CMYK 0.15 0.84 0 0.33
HSL 289.58º 0.72% 0.39% -
HSV(B) 289.58º 0.84% 0.67% -
XYZ 19.89 10.01 39.91 -
YUV 80 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 147 28 172 0.15 0.84 0 0.33 289.58 0.72 0.39
Hex 93 1C AC F 54 0 21 122 48 27
Octal 223 34 254 17 124 0 41 442 110 47
Binary 10010011 11100 10101100 1111 1010100 0 100001 100100010 1001000 100111

Color Harmonies of #931CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931CAC

Black with #931CAC

Text Example


Text Example

White with #931CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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