Html Css Color HEX #8944C6 Dark Orchid

📋 copy color: '#8944C6'

red 137 ◦ green 68 ◦ blue 198

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

Shades of Dark Orchid #8944C6

Tints of Dark Orchid #8944C6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.87%

 BLUE value IS 198 (77.73% from 255) = 49.13%

R = 34%
G = 16.87%
B = 49.13%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8944C6 (or 0x8944C6) is known color: Dark Orchid. HEX triplet: 89, 44 and C6. RGB value is (137,68,198). Sum of RGB (Red+Green+Blue) = 137+68+198=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #8944C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8944C6 is #76BB39. Grayscale: #676767. Windows color (decimal): -7781178 or 12993673. OLE color: 12993673.

HSL color Cylindrical-coordinate representation of color #8944C6: hue angle of 271.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8944C6 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 68 198 -
CMYK 0.31 0.66 0 0.22
HSL 271.85º 0.53% 0.52% -
HSV(B) 271.85º 0.66% 0.78% -
XYZ 22.58 13.53 54.85 -
YUV 103.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 137 68 198 0.31 0.66 0 0.22 271.85 0.53 0.52
Hex 89 44 C6 1F 42 0 16 110 35 34
Octal 211 104 306 37 102 0 26 420 65 64
Binary 10001001 1000100 11000110 11111 1000010 0 10110 100010000 110101 110100

Color Harmonies of #8944C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8944C6

Black with #8944C6

Text Example


Text Example

White with #8944C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8944C6; }

 p { color: rgb(137,68,198); }

 H1.HeaderClassName
 {
   color: #8944C6;
 }
 .AnyTagClassName
 {
   color: #8944C6;
 }
</style>

background-color css

<style>
 a { background-color: #8944C6; }

 a { background-color: rgb(137,68,198); }

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

border-color css

<style>
 span { border-color: #8944C6; }

 span { border-color: rgb(137,68,198); }

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