Html Css Color HEX #893DED Blue Violet

📋 copy color: '#893DED'

red 137 ◦ green 61 ◦ blue 237

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

Shades of Blue Violet #893DED

Tints of Blue Violet #893DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.02%

 BLUE value IS 237 (92.97% from 255) = 54.48%

R = 31.49%
G = 14.02%
B = 54.48%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#893DED (or 0x893DED) is known color: Blue Violet. HEX triplet: 89, 3D and ED. RGB value is (137,61,237). Sum of RGB (Red+Green+Blue) = 137+61+237=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #893DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893DED is #76C212. Grayscale: #676767. Windows color (decimal): -7782931 or 15547785. OLE color: 15547785.

HSL color Cylindrical-coordinate representation of color #893DED: hue angle of 265.91º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #893DED is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 61 237 -
CMYK 0.42 0.74 0 0.07
HSL 265.91º 0.83% 0.58% -
HSV(B) 265.91º 0.74% 0.93% -
XYZ 27.27 14.77 81.53 -
YUV 103.79 203.18 151.69 -
System Red Green Blue C M Y K H S L
Decimal 137 61 237 0.42 0.74 0 0.07 265.91 0.83 0.58
Hex 89 3D ED 2A 4A 0 7 10A 53 3A
Octal 211 75 355 52 112 0 7 412 123 72
Binary 10001001 111101 11101101 101010 1001010 0 111 100001010 1010011 111010

Color Harmonies of #893DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893DED

Black with #893DED

Text Example


Text Example

White with #893DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,61,237); }

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

background-color css

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

 a { background-color: rgb(137,61,237); }

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

border-color css

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

 span { border-color: rgb(137,61,237); }

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