Html Css Color HEX #8840FA Blue Violet

📋 copy color: '#8840FA'

red 136 ◦ green 64 ◦ blue 250

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

Shades of Blue Violet #8840FA

Tints of Blue Violet #8840FA

RGB

 RED value IS 136 (53.52% from 255) = 30.22%

 GREEN value IS 64 (25.39% from 255) = 14.22%

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 30.22%
G = 14.22%
B = 55.56%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8840FA (or 0x8840FA) is known color: Blue Violet. HEX triplet: 88, 40 and FA. RGB value is (136,64,250). Sum of RGB (Red+Green+Blue) = 136+64+250=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #8840FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8840FA is #77BF05. Grayscale: #6A6A6A. Windows color (decimal): -7847686 or 16400520. OLE color: 16400520.

HSL color Cylindrical-coordinate representation of color #8840FA: hue angle of 263.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8840FA is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 64 250 -
CMYK 0.46 0.74 0 0.02
HSL 263.23º 0.95% 0.62% -
HSV(B) 263.23º 0.74% 0.98% -
XYZ 29.24 15.8 91.95 -
YUV 106.73 208.85 148.88 -
System Red Green Blue C M Y K H S L
Decimal 136 64 250 0.46 0.74 0 0.02 263.23 0.95 0.62
Hex 88 40 FA 2E 4A 0 2 107 5F 3E
Octal 210 100 372 56 112 0 2 407 137 76
Binary 10001000 1000000 11111010 101110 1001010 0 10 100000111 1011111 111110

Color Harmonies of #8840FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8840FA

Black with #8840FA

Text Example


Text Example

White with #8840FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8840FA; }

 p { color: rgb(136,64,250); }

 H1.HeaderClassName
 {
   color: #8840FA;
 }
 .AnyTagClassName
 {
   color: #8840FA;
 }
</style>

background-color css

<style>
 a { background-color: #8840FA; }

 a { background-color: rgb(136,64,250); }

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

border-color css

<style>
 span { border-color: #8840FA; }

 span { border-color: rgb(136,64,250); }

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