Html Css Color HEX #973CB4 Dark Orchid

📋 copy color: '#973CB4'

red 151 ◦ green 60 ◦ blue 180

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

Shades of Dark Orchid #973CB4

Tints of Dark Orchid #973CB4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 38.62%
G = 15.35%
B = 46.04%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#973CB4 (or 0x973CB4) is known color: Dark Orchid. HEX triplet: 97, 3C and B4. RGB value is (151,60,180). Sum of RGB (Red+Green+Blue) = 151+60+180=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #973CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CB4 is #68C34B. Grayscale: #646464. Windows color (decimal): -6865740 or 11811991. OLE color: 11811991.

HSL color Cylindrical-coordinate representation of color #973CB4: hue angle of 285.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973CB4 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 60 180 -
CMYK 0.16 0.67 0 0.29
HSL 285.5º 0.5% 0.47% -
HSV(B) 285.5º 0.67% 0.71% -
XYZ 22.62 13.11 44.52 -
YUV 100.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 151 60 180 0.16 0.67 0 0.29 285.5 0.5 0.47
Hex 97 3C B4 10 43 0 1D 11E 32 2F
Octal 227 74 264 20 103 0 35 436 62 57
Binary 10010111 111100 10110100 10000 1000011 0 11101 100011110 110010 101111

Color Harmonies of #973CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CB4

Black with #973CB4

Text Example


Text Example

White with #973CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,60,180); }

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

background-color css

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

 a { background-color: rgb(151,60,180); }

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

border-color css

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

 span { border-color: rgb(151,60,180); }

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