Html Css Color HEX #8A22EE Blue Violet

📋 copy color: '#8A22EE'

red 138 ◦ green 34 ◦ blue 238

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

Shades of Blue Violet #8A22EE

Tints of Blue Violet #8A22EE

RGB

 RED value IS 138 (54.3% from 255) = 33.66%

 GREEN value IS 34 (13.67% from 255) = 8.29%

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

R = 33.66%
G = 8.29%
B = 58.05%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A22EE (or 0x8A22EE) is known color: Blue Violet. HEX triplet: 8A, 22 and EE. RGB value is (138,34,238). Sum of RGB (Red+Green+Blue) = 138+34+238=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A22EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A22EE is #75DD11. Grayscale: #575757. Windows color (decimal): -7724306 or 15606410. OLE color: 15606410.

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

Color convert

RGB 138 34 238 -
CMYK 0.42 0.86 0 0.07
HSL 270.59º 0.86% 0.53% -
HSV(B) 270.59º 0.86% 0.93% -
XYZ 26.49 12.72 81.95 -
YUV 88.35 212.46 163.41 -
System Red Green Blue C M Y K H S L
Decimal 138 34 238 0.42 0.86 0 0.07 270.59 0.86 0.53
Hex 8A 22 EE 2A 56 0 7 10F 56 35
Octal 212 42 356 52 126 0 7 417 126 65
Binary 10001010 100010 11101110 101010 1010110 0 111 100001111 1010110 110101

Color Harmonies of #8A22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A22EE

Black with #8A22EE

Text Example


Text Example

White with #8A22EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A22EE; }

 p { color: rgb(138,34,238); }

 H1.HeaderClassName
 {
   color: #8A22EE;
 }
 .AnyTagClassName
 {
   color: #8A22EE;
 }
</style>

background-color css

<style>
 a { background-color: #8A22EE; }

 a { background-color: rgb(138,34,238); }

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

border-color css

<style>
 span { border-color: #8A22EE; }

 span { border-color: rgb(138,34,238); }

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