Html Css Color HEX #893FBB Dark Orchid

📋 copy color: '#893FBB'

red 137 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #893FBB

Tints of Dark Orchid #893FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 16.28%

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 35.4%
G = 16.28%
B = 48.32%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#893FBB (or 0x893FBB) is known color: Dark Orchid. HEX triplet: 89, 3F and BB. RGB value is (137,63,187). Sum of RGB (Red+Green+Blue) = 137+63+187=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #893FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FBB is #76C044. Grayscale: #626262. Windows color (decimal): -7782469 or 12271497. OLE color: 12271497.

HSL color Cylindrical-coordinate representation of color #893FBB: hue angle of 275.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #893FBB is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 63 187 -
CMYK 0.27 0.66 0 0.27
HSL 275.81º 0.5% 0.49% -
HSV(B) 275.81º 0.66% 0.73% -
XYZ 21.06 12.46 48.31 -
YUV 99.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 137 63 187 0.27 0.66 0 0.27 275.81 0.5 0.49
Hex 89 3F BB 1B 42 0 1B 114 32 31
Octal 211 77 273 33 102 0 33 424 62 61
Binary 10001001 111111 10111011 11011 1000010 0 11011 100010100 110010 110001

Color Harmonies of #893FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FBB

Black with #893FBB

Text Example


Text Example

White with #893FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,63,187); }

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

background-color css

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

 a { background-color: rgb(137,63,187); }

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

border-color css

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

 span { border-color: rgb(137,63,187); }

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