Html Css Color HEX #8924C1 Dark Orchid

📋 copy color: '#8924C1'

red 137 ◦ green 36 ◦ blue 193

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

Shades of Dark Orchid #8924C1

Tints of Dark Orchid #8924C1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.84%

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

R = 37.43%
G = 9.84%
B = 52.73%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8924C1 (or 0x8924C1) is known color: Dark Orchid. HEX triplet: 89, 24 and C1. RGB value is (137,36,193). Sum of RGB (Red+Green+Blue) = 137+36+193=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #8924C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8924C1 is #76DB3E. Grayscale: #535353. Windows color (decimal): -7789375 or 12657801. OLE color: 12657801.

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

Color convert

RGB 137 36 193 -
CMYK 0.29 0.81 0 0.24
HSL 278.6º 0.69% 0.45% -
HSV(B) 278.6º 0.81% 0.76% -
XYZ 20.57 10.43 51.38 -
YUV 84.1 189.46 165.73 -
System Red Green Blue C M Y K H S L
Decimal 137 36 193 0.29 0.81 0 0.24 278.6 0.69 0.45
Hex 89 24 C1 1D 51 0 18 117 45 2D
Octal 211 44 301 35 121 0 30 427 105 55
Binary 10001001 100100 11000001 11101 1010001 0 11000 100010111 1000101 101101

Color Harmonies of #8924C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8924C1

Black with #8924C1

Text Example


Text Example

White with #8924C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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