Html Css Color HEX #973EBB Dark Orchid

📋 copy color: '#973EBB'

red 151 ◦ green 62 ◦ blue 187

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

Shades of Dark Orchid #973EBB

Tints of Dark Orchid #973EBB

RGB

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

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

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

R = 37.75%
G = 15.5%
B = 46.75%

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

#973EBB (or 0x973EBB) is known color: Dark Orchid. HEX triplet: 97, 3E and BB. RGB value is (151,62,187). Sum of RGB (Red+Green+Blue) = 151+62+187=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #973EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973EBB is #68C144. Grayscale: #666666. Windows color (decimal): -6865221 or 12271255. OLE color: 12271255.

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

Color convert

RGB 151 62 187 -
CMYK 0.19 0.67 0 0.27
HSL 282.72º 0.5% 0.49% -
HSV(B) 282.72º 0.67% 0.73% -
XYZ 23.45 13.61 48.4 -
YUV 102.86 175.49 162.34 -
System Red Green Blue C M Y K H S L
Decimal 151 62 187 0.19 0.67 0 0.27 282.72 0.5 0.49
Hex 97 3E BB 13 43 0 1B 11B 32 31
Octal 227 76 273 23 103 0 33 433 62 61
Binary 10010111 111110 10111011 10011 1000011 0 11011 100011011 110010 110001

Color Harmonies of #973EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973EBB

Black with #973EBB

Text Example


Text Example

White with #973EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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