Html Css Color HEX #893FEE Blue Violet

📋 copy color: '#893FEE'

red 137 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #893FEE

Tints of Blue Violet #893FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.34%

R = 31.28%
G = 14.38%
B = 54.34%

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

#893FEE (or 0x893FEE) is known color: Blue Violet. HEX triplet: 89, 3F and EE. RGB value is (137,63,238). Sum of RGB (Red+Green+Blue) = 137+63+238=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #893FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #893FEE is #76C011. Grayscale: #686868. Windows color (decimal): -7782418 or 15613833. OLE color: 15613833.

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

Color convert

RGB 137 63 238 -
CMYK 0.42 0.74 0 0.07
HSL 265.37º 0.84% 0.59% -
HSV(B) 265.37º 0.74% 0.93% -
XYZ 27.53 15.05 82.34 -
YUV 105.08 203.02 150.77 -
System Red Green Blue C M Y K H S L
Decimal 137 63 238 0.42 0.74 0 0.07 265.37 0.84 0.59
Hex 89 3F EE 2A 4A 0 7 109 54 3B
Octal 211 77 356 52 112 0 7 411 124 73
Binary 10001001 111111 11101110 101010 1001010 0 111 100001001 1010100 111011

Color Harmonies of #893FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893FEE

Black with #893FEE

Text Example


Text Example

White with #893FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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