Html Css Color HEX #8939CF Dark Orchid

📋 copy color: '#8939CF'

red 137 ◦ green 57 ◦ blue 207

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

Shades of Dark Orchid #8939CF

Tints of Dark Orchid #8939CF

RGB

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

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

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

R = 34.16%
G = 14.21%
B = 51.62%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8939CF (or 0x8939CF) is known color: Dark Orchid. HEX triplet: 89, 39 and CF. RGB value is (137,57,207). Sum of RGB (Red+Green+Blue) = 137+57+207=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #8939CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8939CF is #76C630. Grayscale: #616161. Windows color (decimal): -7783985 or 13580681. OLE color: 13580681.

HSL color Cylindrical-coordinate representation of color #8939CF: hue angle of 272º degrees, saturation: 0.61, 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 #8939CF is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 57 207 -
CMYK 0.34 0.72 0 0.19
HSL 272º 0.61% 0.52% -
HSV(B) 272º 0.72% 0.81% -
XYZ 23.04 12.75 60.28 -
YUV 98.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 137 57 207 0.34 0.72 0 0.19 272 0.61 0.52
Hex 89 39 CF 22 48 0 13 110 3D 34
Octal 211 71 317 42 110 0 23 420 75 64
Binary 10001001 111001 11001111 100010 1001000 0 10011 100010000 111101 110100

Color Harmonies of #8939CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8939CF

Black with #8939CF

Text Example


Text Example

White with #8939CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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