Html Css Color HEX #893BCF Dark Orchid

📋 copy color: '#893BCF'

red 137 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #893BCF

Tints of Dark Orchid #893BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.64%

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

R = 34%
G = 14.64%
B = 51.36%

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

#893BCF (or 0x893BCF) is known color: Dark Orchid. HEX triplet: 89, 3B and CF. RGB value is (137,59,207). Sum of RGB (Red+Green+Blue) = 137+59+207=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #893BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BCF is #76C430. Grayscale: #626262. Windows color (decimal): -7783473 or 13581193. OLE color: 13581193.

HSL color Cylindrical-coordinate representation of color #893BCF: hue angle of 271.62º degrees, saturation: 0.61, 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 #893BCF is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 59 207 -
CMYK 0.34 0.71 0 0.19
HSL 271.62º 0.61% 0.52% -
HSV(B) 271.62º 0.71% 0.81% -
XYZ 23.14 12.95 60.31 -
YUV 99.19 188.84 154.97 -
System Red Green Blue C M Y K H S L
Decimal 137 59 207 0.34 0.71 0 0.19 271.62 0.61 0.52
Hex 89 3B CF 22 47 0 13 110 3D 34
Octal 211 73 317 42 107 0 23 420 75 64
Binary 10001001 111011 11001111 100010 1000111 0 10011 100010000 111101 110100

Color Harmonies of #893BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BCF

Black with #893BCF

Text Example


Text Example

White with #893BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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