Html Css Color HEX #973DCB Dark Orchid

📋 copy color: '#973DCB'

red 151 ◦ green 61 ◦ blue 203

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

Shades of Dark Orchid #973DCB

Tints of Dark Orchid #973DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 36.39%
G = 14.7%
B = 48.92%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#973DCB (or 0x973DCB) is known color: Dark Orchid. HEX triplet: 97, 3D and CB. RGB value is (151,61,203). Sum of RGB (Red+Green+Blue) = 151+61+203=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #973DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DCB is #68C234. Grayscale: #676767. Windows color (decimal): -6865461 or 13319575. OLE color: 13319575.

HSL color Cylindrical-coordinate representation of color #973DCB: hue angle of 278.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #973DCB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 61 203 -
CMYK 0.26 0.70 0 0.20
HSL 278.03º 0.58% 0.52% -
HSV(B) 278.03º 0.7% 0.8% -
XYZ 25.21 14.23 57.92 -
YUV 104.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 151 61 203 0.26 0.70 0 0.20 278.03 0.58 0.52
Hex 97 3D CB 1A 46 0 14 116 3A 34
Octal 227 75 313 32 106 0 24 426 72 64
Binary 10010111 111101 11001011 11010 1000110 0 10100 100010110 111010 110100

Color Harmonies of #973DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DCB

Black with #973DCB

Text Example


Text Example

White with #973DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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