Html Css Color HEX #8937CF Dark Orchid

📋 copy color: '#8937CF'

red 137 ◦ green 55 ◦ blue 207

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

Shades of Dark Orchid #8937CF

Tints of Dark Orchid #8937CF

RGB

 RED value IS 137 (53.91% from 255) = 34.34%

 GREEN value IS 55 (21.88% from 255) = 13.78%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 34.34%
G = 13.78%
B = 51.88%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8937CF (or 0x8937CF) is known color: Dark Orchid. HEX triplet: 89, 37 and CF. RGB value is (137,55,207). Sum of RGB (Red+Green+Blue) = 137+55+207=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #8937CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937CF is #76C830. Grayscale: #606060. Windows color (decimal): -7784497 or 13580169. OLE color: 13580169.

HSL color Cylindrical-coordinate representation of color #8937CF: hue angle of 272.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8937CF is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 55 207 -
CMYK 0.34 0.73 0 0.19
HSL 272.37º 0.61% 0.51% -
HSV(B) 272.37º 0.73% 0.81% -
XYZ 22.95 12.56 60.25 -
YUV 96.85 190.17 156.64 -
System Red Green Blue C M Y K H S L
Decimal 137 55 207 0.34 0.73 0 0.19 272.37 0.61 0.51
Hex 89 37 CF 22 49 0 13 110 3D 33
Octal 211 67 317 42 111 0 23 420 75 63
Binary 10001001 110111 11001111 100010 1001001 0 10011 100010000 111101 110011

Color Harmonies of #8937CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8937CF

Black with #8937CF

Text Example


Text Example

White with #8937CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8937CF; }

 p { color: rgb(137,55,207); }

 H1.HeaderClassName
 {
   color: #8937CF;
 }
 .AnyTagClassName
 {
   color: #8937CF;
 }
</style>

background-color css

<style>
 a { background-color: #8937CF; }

 a { background-color: rgb(137,55,207); }

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

border-color css

<style>
 span { border-color: #8937CF; }

 span { border-color: rgb(137,55,207); }

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