Html Css Color HEX #8927C9 Dark Orchid

📋 copy color: '#8927C9'

red 137 ◦ green 39 ◦ blue 201

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

Shades of Dark Orchid #8927C9

Tints of Dark Orchid #8927C9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

 BLUE value IS 201 (78.91% from 255) = 53.32%

R = 36.34%
G = 10.34%
B = 53.32%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8927C9 (or 0x8927C9) is known color: Dark Orchid. HEX triplet: 89, 27 and C9. RGB value is (137,39,201). Sum of RGB (Red+Green+Blue) = 137+39+201=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #8927C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8927C9 is #76D836. Grayscale: #565656. Windows color (decimal): -7788599 or 13182857. OLE color: 13182857.

HSL color Cylindrical-coordinate representation of color #8927C9: hue angle of 276.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8927C9 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 39 201 -
CMYK 0.32 0.81 0 0.21
HSL 276.3º 0.68% 0.47% -
HSV(B) 276.3º 0.81% 0.79% -
XYZ 21.58 10.99 56.24 -
YUV 86.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 137 39 201 0.32 0.81 0 0.21 276.3 0.68 0.47
Hex 89 27 C9 20 51 0 15 114 44 2F
Octal 211 47 311 40 121 0 25 424 104 57
Binary 10001001 100111 11001001 100000 1010001 0 10101 100010100 1000100 101111

Color Harmonies of #8927C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8927C9

Black with #8927C9

Text Example


Text Example

White with #8927C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8927C9; }

 p { color: rgb(137,39,201); }

 H1.HeaderClassName
 {
   color: #8927C9;
 }
 .AnyTagClassName
 {
   color: #8927C9;
 }
</style>

background-color css

<style>
 a { background-color: #8927C9; }

 a { background-color: rgb(137,39,201); }

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

border-color css

<style>
 span { border-color: #8927C9; }

 span { border-color: rgb(137,39,201); }

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