Html Css Color HEX #931ACD Dark Orchid

📋 copy color: '#931ACD'

red 147 ◦ green 26 ◦ blue 205

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

Shades of Dark Orchid #931ACD

Tints of Dark Orchid #931ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 38.89%
G = 6.88%
B = 54.23%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#931ACD (or 0x931ACD) is known color: Dark Orchid. HEX triplet: 93, 1A and CD. RGB value is (147,26,205). Sum of RGB (Red+Green+Blue) = 147+26+205=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #931ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ACD is #6CE532. Grayscale: #515151. Windows color (decimal): -7136563 or 13441683. OLE color: 13441683.

HSL color Cylindrical-coordinate representation of color #931ACD: hue angle of 280.56º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931ACD is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 26 205 -
CMYK 0.28 0.87 0 0.20
HSL 280.56º 0.77% 0.45% -
HSV(B) 280.56º 0.87% 0.8% -
XYZ 23.42 11.35 58.71 -
YUV 82.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 147 26 205 0.28 0.87 0 0.20 280.56 0.77 0.45
Hex 93 1A CD 1C 57 0 14 119 4D 2D
Octal 223 32 315 34 127 0 24 431 115 55
Binary 10010011 11010 11001101 11100 1010111 0 10100 100011001 1001101 101101

Color Harmonies of #931ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931ACD

Black with #931ACD

Text Example


Text Example

White with #931ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,26,205); }

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

background-color css

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

 a { background-color: rgb(147,26,205); }

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

border-color css

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

 span { border-color: rgb(147,26,205); }

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