Html Css Color HEX #893ECF Dark Orchid

📋 copy color: '#893ECF'

red 137 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #893ECF

Tints of Dark Orchid #893ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.27%

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 33.74%
G = 15.27%
B = 50.99%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#893ECF (or 0x893ECF) is known color: Dark Orchid. HEX triplet: 89, 3E and CF. RGB value is (137,62,207). Sum of RGB (Red+Green+Blue) = 137+62+207=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #893ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893ECF is #76C130. Grayscale: #646464. Windows color (decimal): -7782705 or 13581961. OLE color: 13581961.

HSL color Cylindrical-coordinate representation of color #893ECF: hue angle of 271.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #893ECF is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 62 207 -
CMYK 0.34 0.70 0 0.19
HSL 271.03º 0.6% 0.53% -
HSV(B) 271.03º 0.7% 0.81% -
XYZ 23.3 13.27 60.36 -
YUV 100.96 187.85 153.71 -
System Red Green Blue C M Y K H S L
Decimal 137 62 207 0.34 0.70 0 0.19 271.03 0.6 0.53
Hex 89 3E CF 22 46 0 13 10F 3C 35
Octal 211 76 317 42 106 0 23 417 74 65
Binary 10001001 111110 11001111 100010 1000110 0 10011 100001111 111100 110101

Color Harmonies of #893ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893ECF

Black with #893ECF

Text Example


Text Example

White with #893ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,62,207); }

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

background-color css

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

 a { background-color: rgb(137,62,207); }

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

border-color css

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

 span { border-color: rgb(137,62,207); }

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