Html Css Color HEX #893DC9 Dark Orchid

📋 copy color: '#893DC9'

red 137 ◦ green 61 ◦ blue 201

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

Shades of Dark Orchid #893DC9

Tints of Dark Orchid #893DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.29%

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

R = 34.34%
G = 15.29%
B = 50.38%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#893DC9 (or 0x893DC9) is known color: Dark Orchid. HEX triplet: 89, 3D and C9. RGB value is (137,61,201). Sum of RGB (Red+Green+Blue) = 137+61+201=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #893DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893DC9 is #76C236. Grayscale: #636363. Windows color (decimal): -7782967 or 13188489. OLE color: 13188489.

HSL color Cylindrical-coordinate representation of color #893DC9: hue angle of 272.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893DC9 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 61 201 -
CMYK 0.32 0.70 0 0.21
HSL 272.57º 0.56% 0.51% -
HSV(B) 272.57º 0.7% 0.79% -
XYZ 22.53 12.87 56.56 -
YUV 99.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 137 61 201 0.32 0.70 0 0.21 272.57 0.56 0.51
Hex 89 3D C9 20 46 0 15 111 38 33
Octal 211 75 311 40 106 0 25 421 70 63
Binary 10001001 111101 11001001 100000 1000110 0 10101 100010001 111000 110011

Color Harmonies of #893DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DC9

Black with #893DC9

Text Example


Text Example

White with #893DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893DC9; }

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

 H1.HeaderClassName
 {
   color: #893DC9;
 }
 .AnyTagClassName
 {
   color: #893DC9;
 }
</style>

background-color css

<style>
 a { background-color: #893DC9; }

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

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

border-color css

<style>
 span { border-color: #893DC9; }

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

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