Html Css Color HEX #8925EE Blue Violet

📋 copy color: '#8925EE'

red 137 ◦ green 37 ◦ blue 238

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

Shades of Blue Violet #8925EE

Tints of Blue Violet #8925EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.98%

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

R = 33.25%
G = 8.98%
B = 57.77%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8925EE (or 0x8925EE) is known color: Blue Violet. HEX triplet: 89, 25 and EE. RGB value is (137,37,238). Sum of RGB (Red+Green+Blue) = 137+37+238=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #8925EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8925EE is #76DA11. Grayscale: #595959. Windows color (decimal): -7789074 or 15607177. OLE color: 15607177.

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

Color convert

RGB 137 37 238 -
CMYK 0.42 0.84 0 0.07
HSL 269.85º 0.86% 0.54% -
HSV(B) 269.85º 0.84% 0.93% -
XYZ 26.41 12.81 81.97 -
YUV 89.81 211.63 161.66 -
System Red Green Blue C M Y K H S L
Decimal 137 37 238 0.42 0.84 0 0.07 269.85 0.86 0.54
Hex 89 25 EE 2A 54 0 7 10E 56 36
Octal 211 45 356 52 124 0 7 416 126 66
Binary 10001001 100101 11101110 101010 1010100 0 111 100001110 1010110 110110

Color Harmonies of #8925EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8925EE

Black with #8925EE

Text Example


Text Example

White with #8925EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8925EE; }

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

 H1.HeaderClassName
 {
   color: #8925EE;
 }
 .AnyTagClassName
 {
   color: #8925EE;
 }
</style>

background-color css

<style>
 a { background-color: #8925EE; }

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

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

border-color css

<style>
 span { border-color: #8925EE; }

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

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