Html Css Color HEX #893FCB Dark Orchid

📋 copy color: '#893FCB'

red 137 ◦ green 63 ◦ blue 203

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

Shades of Dark Orchid #893FCB

Tints of Dark Orchid #893FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 34%
G = 15.63%
B = 50.37%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#893FCB (or 0x893FCB) is known color: Dark Orchid. HEX triplet: 89, 3F and CB. RGB value is (137,63,203). Sum of RGB (Red+Green+Blue) = 137+63+203=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #893FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FCB is #76C034. Grayscale: #646464. Windows color (decimal): -7782453 or 13320073. OLE color: 13320073.

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

Color convert

RGB 137 63 203 -
CMYK 0.33 0.69 0 0.20
HSL 271.71º 0.57% 0.52% -
HSV(B) 271.71º 0.69% 0.8% -
XYZ 22.87 13.19 57.84 -
YUV 101.09 185.52 153.62 -
System Red Green Blue C M Y K H S L
Decimal 137 63 203 0.33 0.69 0 0.20 271.71 0.57 0.52
Hex 89 3F CB 21 45 0 14 110 39 34
Octal 211 77 313 41 105 0 24 420 71 64
Binary 10001001 111111 11001011 100001 1000101 0 10100 100010000 111001 110100

Color Harmonies of #893FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FCB

Black with #893FCB

Text Example


Text Example

White with #893FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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