Html Css Color HEX #893CED Blue Violet

📋 copy color: '#893CED'

red 137 ◦ green 60 ◦ blue 237

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

Shades of Blue Violet #893CED

Tints of Blue Violet #893CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

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

R = 31.57%
G = 13.82%
B = 54.61%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#893CED (or 0x893CED) is known color: Blue Violet. HEX triplet: 89, 3C and ED. RGB value is (137,60,237). Sum of RGB (Red+Green+Blue) = 137+60+237=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #893CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893CED is #76C312. Grayscale: #666666. Windows color (decimal): -7783187 or 15547529. OLE color: 15547529.

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

Color convert

RGB 137 60 237 -
CMYK 0.42 0.75 0 0.07
HSL 266.1º 0.83% 0.58% -
HSV(B) 266.1º 0.75% 0.93% -
XYZ 27.22 14.66 81.52 -
YUV 103.2 203.51 152.11 -
System Red Green Blue C M Y K H S L
Decimal 137 60 237 0.42 0.75 0 0.07 266.1 0.83 0.58
Hex 89 3C ED 2A 4B 0 7 10A 53 3A
Octal 211 74 355 52 113 0 7 412 123 72
Binary 10001001 111100 11101101 101010 1001011 0 111 100001010 1010011 111010

Color Harmonies of #893CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893CED

Black with #893CED

Text Example


Text Example

White with #893CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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