Html Css Color HEX #973DBE Dark Orchid

📋 copy color: '#973DBE'

red 151 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #973DBE

Tints of Dark Orchid #973DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.17%

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 37.56%
G = 15.17%
B = 47.26%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#973DBE (or 0x973DBE) is known color: Dark Orchid. HEX triplet: 97, 3D and BE. RGB value is (151,61,190). Sum of RGB (Red+Green+Blue) = 151+61+190=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #973DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DBE is #68C241. Grayscale: #666666. Windows color (decimal): -6865474 or 12467607. OLE color: 12467607.

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

Color convert

RGB 151 61 190 -
CMYK 0.21 0.68 0 0.25
HSL 281.86º 0.51% 0.49% -
HSV(B) 281.86º 0.68% 0.75% -
XYZ 23.73 13.63 50.1 -
YUV 102.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 151 61 190 0.21 0.68 0 0.25 281.86 0.51 0.49
Hex 97 3D BE 15 44 0 19 11A 33 31
Octal 227 75 276 25 104 0 31 432 63 61
Binary 10010111 111101 10111110 10101 1000100 0 11001 100011010 110011 110001

Color Harmonies of #973DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DBE

Black with #973DBE

Text Example


Text Example

White with #973DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,61,190); }

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

background-color css

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

 a { background-color: rgb(151,61,190); }

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

border-color css

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

 span { border-color: rgb(151,61,190); }

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