Html Css Color HEX #8C22F9 Blue Violet

📋 copy color: '#8C22F9'

red 140 ◦ green 34 ◦ blue 249

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

Shades of Blue Violet #8C22F9

Tints of Blue Violet #8C22F9

RGB

 RED value IS 140 (55.08% from 255) = 33.1%

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

 BLUE value IS 249 (97.66% from 255) = 58.87%

R = 33.1%
G = 8.04%
B = 58.87%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C22F9 (or 0x8C22F9) is known color: Blue Violet. HEX triplet: 8C, 22 and F9. RGB value is (140,34,249). Sum of RGB (Red+Green+Blue) = 140+34+249=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C22F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C22F9 is #73DD06. Grayscale: #595959. Windows color (decimal): -7593223 or 16327308. OLE color: 16327308.

HSL color Cylindrical-coordinate representation of color #8C22F9: hue angle of 269.58º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C22F9 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 34 249 -
CMYK 0.44 0.86 0 0.02
HSL 269.58º 0.95% 0.55% -
HSV(B) 269.58º 0.86% 0.98% -
XYZ 28.49 13.56 90.74 -
YUV 90.2 217.62 163.52 -
System Red Green Blue C M Y K H S L
Decimal 140 34 249 0.44 0.86 0 0.02 269.58 0.95 0.55
Hex 8C 22 F9 2C 56 0 2 10E 5F 37
Octal 214 42 371 54 126 0 2 416 137 67
Binary 10001100 100010 11111001 101100 1010110 0 10 100001110 1011111 110111

Color Harmonies of #8C22F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C22F9

Black with #8C22F9

Text Example


Text Example

White with #8C22F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,34,249); }

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

background-color css

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

 a { background-color: rgb(140,34,249); }

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

border-color css

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

 span { border-color: rgb(140,34,249); }

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