Html Css Color HEX #973ACC Dark Orchid

📋 copy color: '#973ACC'

red 151 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #973ACC

Tints of Dark Orchid #973ACC

RGB

 RED value IS 151 (59.38% from 255) = 36.56%

 GREEN value IS 58 (23.05% from 255) = 14.04%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 36.56%
G = 14.04%
B = 49.39%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#973ACC (or 0x973ACC) is known color: Dark Orchid. HEX triplet: 97, 3A and CC. RGB value is (151,58,204). Sum of RGB (Red+Green+Blue) = 151+58+204=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #973ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ACC is #68C533. Grayscale: #656565. Windows color (decimal): -6866228 or 13384343. OLE color: 13384343.

HSL color Cylindrical-coordinate representation of color #973ACC: hue angle of 278.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973ACC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 58 204 -
CMYK 0.26 0.72 0 0.2
HSL 278.22º 0.59% 0.51% -
HSV(B) 278.22º 0.72% 0.8% -
XYZ 25.17 13.97 58.5 -
YUV 102.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 151 58 204 0.26 0.72 0 0.2 278.22 0.59 0.51
Hex 97 3A CC 1A 48 0 14 116 3B 33
Octal 227 72 314 32 110 0 24 426 73 63
Binary 10010111 111010 11001100 11010 1001000 0 10100 100010110 111011 110011

Color Harmonies of #973ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973ACC

Black with #973ACC

Text Example


Text Example

White with #973ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973ACC; }

 p { color: rgb(151,58,204); }

 H1.HeaderClassName
 {
   color: #973ACC;
 }
 .AnyTagClassName
 {
   color: #973ACC;
 }
</style>

background-color css

<style>
 a { background-color: #973ACC; }

 a { background-color: rgb(151,58,204); }

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

border-color css

<style>
 span { border-color: #973ACC; }

 span { border-color: rgb(151,58,204); }

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