Html Css Color HEX #973CBD Dark Orchid

📋 copy color: '#973CBD'

red 151 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #973CBD

Tints of Dark Orchid #973CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 37.75%
G = 15%
B = 47.25%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#973CBD (or 0x973CBD) is known color: Dark Orchid. HEX triplet: 97, 3C and BD. RGB value is (151,60,189). Sum of RGB (Red+Green+Blue) = 151+60+189=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #973CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CBD is #68C342. Grayscale: #656565. Windows color (decimal): -6865731 or 12401815. OLE color: 12401815.

HSL color Cylindrical-coordinate representation of color #973CBD: hue angle of 282.33º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973CBD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 60 189 -
CMYK 0.20 0.68 0 0.26
HSL 282.33º 0.52% 0.49% -
HSV(B) 282.33º 0.68% 0.74% -
XYZ 23.56 13.49 49.51 -
YUV 101.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 151 60 189 0.20 0.68 0 0.26 282.33 0.52 0.49
Hex 97 3C BD 14 44 0 1A 11A 34 31
Octal 227 74 275 24 104 0 32 432 64 61
Binary 10010111 111100 10111101 10100 1000100 0 11010 100011010 110100 110001

Color Harmonies of #973CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CBD

Black with #973CBD

Text Example


Text Example

White with #973CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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