Html Css Color HEX #8949CF Dark Orchid

📋 copy color: '#8949CF'

red 137 ◦ green 73 ◦ blue 207

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

Shades of Dark Orchid #8949CF

Tints of Dark Orchid #8949CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

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

R = 32.85%
G = 17.51%
B = 49.64%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8949CF (or 0x8949CF) is known color: Dark Orchid. HEX triplet: 89, 49 and CF. RGB value is (137,73,207). Sum of RGB (Red+Green+Blue) = 137+73+207=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #8949CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949CF is #76B630. Grayscale: #6A6A6A. Windows color (decimal): -7779889 or 13584777. OLE color: 13584777.

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

Color convert

RGB 137 73 207 -
CMYK 0.34 0.65 0 0.19
HSL 268.66º 0.58% 0.55% -
HSV(B) 268.66º 0.65% 0.81% -
XYZ 23.96 14.59 60.58 -
YUV 107.41 184.2 149.1 -
System Red Green Blue C M Y K H S L
Decimal 137 73 207 0.34 0.65 0 0.19 268.66 0.58 0.55
Hex 89 49 CF 22 41 0 13 10D 3A 37
Octal 211 111 317 42 101 0 23 415 72 67
Binary 10001001 1001001 11001111 100010 1000001 0 10011 100001101 111010 110111

Color Harmonies of #8949CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8949CF

Black with #8949CF

Text Example


Text Example

White with #8949CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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