Html Css Color HEX #8939CE Dark Orchid

📋 copy color: '#8939CE'

red 137 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #8939CE

Tints of Dark Orchid #8939CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.25%

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 34.25%
G = 14.25%
B = 51.5%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8939CE (or 0x8939CE) is known color: Dark Orchid. HEX triplet: 89, 39 and CE. RGB value is (137,57,206). Sum of RGB (Red+Green+Blue) = 137+57+206=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #8939CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8939CE is #76C631. Grayscale: #616161. Windows color (decimal): -7783986 or 13515145. OLE color: 13515145.

HSL color Cylindrical-coordinate representation of color #8939CE: hue angle of 272.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8939CE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 57 206 -
CMYK 0.33 0.72 0 0.19
HSL 272.21º 0.6% 0.52% -
HSV(B) 272.21º 0.72% 0.81% -
XYZ 22.92 12.7 59.64 -
YUV 97.91 189 155.88 -
System Red Green Blue C M Y K H S L
Decimal 137 57 206 0.33 0.72 0 0.19 272.21 0.6 0.52
Hex 89 39 CE 21 48 0 13 110 3C 34
Octal 211 71 316 41 110 0 23 420 74 64
Binary 10001001 111001 11001110 100001 1001000 0 10011 100010000 111100 110100

Color Harmonies of #8939CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8939CE

Black with #8939CE

Text Example


Text Example

White with #8939CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8939CE; }

 p { color: rgb(137,57,206); }

 H1.HeaderClassName
 {
   color: #8939CE;
 }
 .AnyTagClassName
 {
   color: #8939CE;
 }
</style>

background-color css

<style>
 a { background-color: #8939CE; }

 a { background-color: rgb(137,57,206); }

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

border-color css

<style>
 span { border-color: #8939CE; }

 span { border-color: rgb(137,57,206); }

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