Html Css Color HEX #973DBB Dark Orchid

📋 copy color: '#973DBB'

red 151 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #973DBB

Tints of Dark Orchid #973DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 37.84%
G = 15.29%
B = 46.87%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#973DBB (or 0x973DBB) is known color: Dark Orchid. HEX triplet: 97, 3D and BB. RGB value is (151,61,187). Sum of RGB (Red+Green+Blue) = 151+61+187=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #973DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DBB is #68C244. Grayscale: #656565. Windows color (decimal): -6865477 or 12270999. OLE color: 12270999.

HSL color Cylindrical-coordinate representation of color #973DBB: hue angle of 282.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973DBB is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 61 187 -
CMYK 0.19 0.67 0 0.27
HSL 282.86º 0.51% 0.49% -
HSV(B) 282.86º 0.67% 0.73% -
XYZ 23.4 13.5 48.39 -
YUV 102.27 175.82 162.75 -
System Red Green Blue C M Y K H S L
Decimal 151 61 187 0.19 0.67 0 0.27 282.86 0.51 0.49
Hex 97 3D BB 13 43 0 1B 11B 33 31
Octal 227 75 273 23 103 0 33 433 63 61
Binary 10010111 111101 10111011 10011 1000011 0 11011 100011011 110011 110001

Color Harmonies of #973DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DBB

Black with #973DBB

Text Example


Text Example

White with #973DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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