Html Css Color HEX #973BDB Dark Orchid

📋 copy color: '#973BDB'

red 151 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #973BDB

Tints of Dark Orchid #973BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.75%

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 35.2%
G = 13.75%
B = 51.05%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#973BDB (or 0x973BDB) is known color: Dark Orchid. HEX triplet: 97, 3B and DB. RGB value is (151,59,219). Sum of RGB (Red+Green+Blue) = 151+59+219=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #973BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973BDB is #68C424. Grayscale: #686868. Windows color (decimal): -6865957 or 14367639. OLE color: 14367639.

HSL color Cylindrical-coordinate representation of color #973BDB: hue angle of 274.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973BDB is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 59 219 -
CMYK 0.31 0.73 0 0.14
HSL 274.5º 0.69% 0.55% -
HSV(B) 274.5º 0.73% 0.86% -
XYZ 27.11 14.82 68.45 -
YUV 104.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 151 59 219 0.31 0.73 0 0.14 274.5 0.69 0.55
Hex 97 3B DB 1F 49 0 E 112 45 37
Octal 227 73 333 37 111 0 16 422 105 67
Binary 10010111 111011 11011011 11111 1001001 0 1110 100010010 1000101 110111

Color Harmonies of #973BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BDB

Black with #973BDB

Text Example


Text Example

White with #973BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,59,219); }

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

background-color css

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

 a { background-color: rgb(151,59,219); }

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

border-color css

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

 span { border-color: rgb(151,59,219); }

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