Html Css Color HEX #973EDD Dark Orchid

📋 copy color: '#973EDD'

red 151 ◦ green 62 ◦ blue 221

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

Shades of Dark Orchid #973EDD

Tints of Dark Orchid #973EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.29%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 34.79%
G = 14.29%
B = 50.92%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#973EDD (or 0x973EDD) is known color: Dark Orchid. HEX triplet: 97, 3E and DD. RGB value is (151,62,221). Sum of RGB (Red+Green+Blue) = 151+62+221=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #973EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973EDD is #68C122. Grayscale: #6A6A6A. Windows color (decimal): -6865187 or 14499479. OLE color: 14499479.

HSL color Cylindrical-coordinate representation of color #973EDD: hue angle of 273.58º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973EDD is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 62 221 -
CMYK 0.32 0.72 0 0.13
HSL 273.58º 0.7% 0.55% -
HSV(B) 273.58º 0.72% 0.87% -
XYZ 27.54 15.25 69.9 -
YUV 106.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 151 62 221 0.32 0.72 0 0.13 273.58 0.7 0.55
Hex 97 3E DD 20 48 0 D 112 46 37
Octal 227 76 335 40 110 0 15 422 106 67
Binary 10010111 111110 11011101 100000 1001000 0 1101 100010010 1000110 110111

Color Harmonies of #973EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973EDD

Black with #973EDD

Text Example


Text Example

White with #973EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,62,221); }

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

background-color css

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

 a { background-color: rgb(151,62,221); }

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

border-color css

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

 span { border-color: rgb(151,62,221); }

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