Html Css Color HEX #973CBF Dark Orchid

📋 copy color: '#973CBF'

red 151 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #973CBF

Tints of Dark Orchid #973CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 37.56%
G = 14.93%
B = 47.51%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#973CBF (or 0x973CBF) is known color: Dark Orchid. HEX triplet: 97, 3C and BF. RGB value is (151,60,191). Sum of RGB (Red+Green+Blue) = 151+60+191=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #973CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CBF is #68C340. Grayscale: #656565. Windows color (decimal): -6865729 or 12532887. OLE color: 12532887.

HSL color Cylindrical-coordinate representation of color #973CBF: hue angle of 281.68º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #973CBF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 60 191 -
CMYK 0.21 0.69 0 0.25
HSL 281.68º 0.52% 0.49% -
HSV(B) 281.68º 0.69% 0.75% -
XYZ 23.78 13.57 50.66 -
YUV 102.14 178.15 162.85 -
System Red Green Blue C M Y K H S L
Decimal 151 60 191 0.21 0.69 0 0.25 281.68 0.52 0.49
Hex 97 3C BF 15 45 0 19 11A 34 31
Octal 227 74 277 25 105 0 31 432 64 61
Binary 10010111 111100 10111111 10101 1000101 0 11001 100011010 110100 110001

Color Harmonies of #973CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CBF

Black with #973CBF

Text Example


Text Example

White with #973CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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