Html Css Color HEX #893CCF Dark Orchid

📋 copy color: '#893CCF'

red 137 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #893CCF

Tints of Dark Orchid #893CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

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

R = 33.91%
G = 14.85%
B = 51.24%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#893CCF (or 0x893CCF) is known color: Dark Orchid. HEX triplet: 89, 3C and CF. RGB value is (137,60,207). Sum of RGB (Red+Green+Blue) = 137+60+207=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #893CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893CCF is #76C330. Grayscale: #636363. Windows color (decimal): -7783217 or 13581449. OLE color: 13581449.

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

Color convert

RGB 137 60 207 -
CMYK 0.34 0.71 0 0.19
HSL 271.43º 0.6% 0.52% -
HSV(B) 271.43º 0.71% 0.81% -
XYZ 23.19 13.06 60.33 -
YUV 99.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 137 60 207 0.34 0.71 0 0.19 271.43 0.6 0.52
Hex 89 3C CF 22 47 0 13 10F 3C 34
Octal 211 74 317 42 107 0 23 417 74 64
Binary 10001001 111100 11001111 100010 1000111 0 10011 100001111 111100 110100

Color Harmonies of #893CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CCF

Black with #893CCF

Text Example


Text Example

White with #893CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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