Html Css Color HEX #973EBA Dark Orchid

📋 copy color: '#973EBA'

red 151 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #973EBA

Tints of Dark Orchid #973EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 37.84%
G = 15.54%
B = 46.62%

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

#973EBA (or 0x973EBA) is known color: Dark Orchid. HEX triplet: 97, 3E and BA. RGB value is (151,62,186). Sum of RGB (Red+Green+Blue) = 151+62+186=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #973EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973EBA is #68C145. Grayscale: #666666. Windows color (decimal): -6865222 or 12205719. OLE color: 12205719.

HSL color Cylindrical-coordinate representation of color #973EBA: hue angle of 283.06º degrees, saturation: 0.5, 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 #973EBA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 62 186 -
CMYK 0.19 0.67 0 0.27
HSL 283.06º 0.5% 0.49% -
HSV(B) 283.06º 0.67% 0.73% -
XYZ 23.35 13.57 47.84 -
YUV 102.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 151 62 186 0.19 0.67 0 0.27 283.06 0.5 0.49
Hex 97 3E BA 13 43 0 1B 11B 32 31
Octal 227 76 272 23 103 0 33 433 62 61
Binary 10010111 111110 10111010 10011 1000011 0 11011 100011011 110010 110001

Color Harmonies of #973EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973EBA

Black with #973EBA

Text Example


Text Example

White with #973EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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