Html Css Color HEX #973ABB Dark Orchid

📋 copy color: '#973ABB'

red 151 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #973ABB

Tints of Dark Orchid #973ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 38.13%
G = 14.65%
B = 47.22%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#973ABB (or 0x973ABB) is known color: Dark Orchid. HEX triplet: 97, 3A and BB. RGB value is (151,58,187). Sum of RGB (Red+Green+Blue) = 151+58+187=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #973ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ABB is #68C544. Grayscale: #646464. Windows color (decimal): -6866245 or 12270231. OLE color: 12270231.

HSL color Cylindrical-coordinate representation of color #973ABB: hue angle of 283.26º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #973ABB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 58 187 -
CMYK 0.19 0.69 0 0.27
HSL 283.26º 0.53% 0.48% -
HSV(B) 283.26º 0.69% 0.73% -
XYZ 23.25 13.19 48.34 -
YUV 100.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 151 58 187 0.19 0.69 0 0.27 283.26 0.53 0.48
Hex 97 3A BB 13 45 0 1B 11B 35 30
Octal 227 72 273 23 105 0 33 433 65 60
Binary 10010111 111010 10111011 10011 1000101 0 11011 100011011 110101 110000

Color Harmonies of #973ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973ABB

Black with #973ABB

Text Example


Text Example

White with #973ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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