Html Css Color HEX #8921C1 Dark Orchid

📋 copy color: '#8921C1'

red 137 ◦ green 33 ◦ blue 193

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

Shades of Dark Orchid #8921C1

Tints of Dark Orchid #8921C1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.09%

 BLUE value IS 193 (75.78% from 255) = 53.17%

R = 37.74%
G = 9.09%
B = 53.17%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8921C1 (or 0x8921C1) is known color: Dark Orchid. HEX triplet: 89, 21 and C1. RGB value is (137,33,193). Sum of RGB (Red+Green+Blue) = 137+33+193=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #8921C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8921C1 is #76DE3E. Grayscale: #515151. Windows color (decimal): -7790143 or 12657033. OLE color: 12657033.

HSL color Cylindrical-coordinate representation of color #8921C1: hue angle of 279º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8921C1 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 33 193 -
CMYK 0.29 0.83 0 0.24
HSL 279º 0.71% 0.44% -
HSV(B) 279º 0.83% 0.76% -
XYZ 20.49 10.26 51.35 -
YUV 82.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 137 33 193 0.29 0.83 0 0.24 279 0.71 0.44
Hex 89 21 C1 1D 53 0 18 117 47 2C
Octal 211 41 301 35 123 0 30 427 107 54
Binary 10001001 100001 11000001 11101 1010011 0 11000 100010111 1000111 101100

Color Harmonies of #8921C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8921C1

Black with #8921C1

Text Example


Text Example

White with #8921C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8921C1; }

 p { color: rgb(137,33,193); }

 H1.HeaderClassName
 {
   color: #8921C1;
 }
 .AnyTagClassName
 {
   color: #8921C1;
 }
</style>

background-color css

<style>
 a { background-color: #8921C1; }

 a { background-color: rgb(137,33,193); }

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

border-color css

<style>
 span { border-color: #8921C1; }

 span { border-color: rgb(137,33,193); }

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