Html Css Color HEX #893BB3 Dark Orchid

📋 copy color: '#893BB3'

red 137 ◦ green 59 ◦ blue 179

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

Shades of Dark Orchid #893BB3

Tints of Dark Orchid #893BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 36.53%
G = 15.73%
B = 47.73%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#893BB3 (or 0x893BB3) is known color: Dark Orchid. HEX triplet: 89, 3B and B3. RGB value is (137,59,179). Sum of RGB (Red+Green+Blue) = 137+59+179=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #893BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893BB3 is #76C44C. Grayscale: #5F5F5F. Windows color (decimal): -7783501 or 11746185. OLE color: 11746185.

HSL color Cylindrical-coordinate representation of color #893BB3: hue angle of 279º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #893BB3 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 137 59 179 -
CMYK 0.23 0.67 0 0.30
HSL 279º 0.5% 0.47% -
HSV(B) 279º 0.67% 0.7% -
XYZ 20.02 11.7 43.85 -
YUV 96 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 137 59 179 0.23 0.67 0 0.30 279 0.5 0.47
Hex 89 3B B3 17 43 0 1E 117 32 2F
Octal 211 73 263 27 103 0 36 427 62 57
Binary 10001001 111011 10110011 10111 1000011 0 11110 100010111 110010 101111

Color Harmonies of #893BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893BB3

Black with #893BB3

Text Example


Text Example

White with #893BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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