Html Css Color HEX #893BCC Dark Orchid

📋 copy color: '#893BCC'

red 137 ◦ green 59 ◦ blue 204

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

Shades of Dark Orchid #893BCC

Tints of Dark Orchid #893BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51%

R = 34.25%
G = 14.75%
B = 51%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#893BCC (or 0x893BCC) is known color: Dark Orchid. HEX triplet: 89, 3B and CC. RGB value is (137,59,204). Sum of RGB (Red+Green+Blue) = 137+59+204=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #893BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BCC is #76C433. Grayscale: #626262. Windows color (decimal): -7783476 or 13384585. OLE color: 13384585.

HSL color Cylindrical-coordinate representation of color #893BCC: hue angle of 272.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #893BCC is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 59 204 -
CMYK 0.33 0.71 0 0.2
HSL 272.28º 0.59% 0.52% -
HSV(B) 272.28º 0.71% 0.8% -
XYZ 22.78 12.81 58.4 -
YUV 98.85 187.34 155.21 -
System Red Green Blue C M Y K H S L
Decimal 137 59 204 0.33 0.71 0 0.2 272.28 0.59 0.52
Hex 89 3B CC 21 47 0 14 110 3B 34
Octal 211 73 314 41 107 0 24 420 73 64
Binary 10001001 111011 11001100 100001 1000111 0 10100 100010000 111011 110100

Color Harmonies of #893BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BCC

Black with #893BCC

Text Example


Text Example

White with #893BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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