Html Css Color HEX #8442FA Blue Violet

📋 copy color: '#8442FA'

red 132 ◦ green 66 ◦ blue 250

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

Shades of Blue Violet #8442FA

Tints of Blue Violet #8442FA

RGB

 RED value IS 132 (51.95% from 255) = 29.46%

 GREEN value IS 66 (26.17% from 255) = 14.73%

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

R = 29.46%
G = 14.73%
B = 55.8%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8442FA (or 0x8442FA) is known color: Blue Violet. HEX triplet: 84, 42 and FA. RGB value is (132,66,250). Sum of RGB (Red+Green+Blue) = 132+66+250=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #8442FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8442FA is #7BBD05. Grayscale: #6A6A6A. Windows color (decimal): -8109318 or 16401028. OLE color: 16401028.

HSL color Cylindrical-coordinate representation of color #8442FA: hue angle of 261.52º 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 #8442FA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 66 250 -
CMYK 0.47 0.74 0 0.02
HSL 261.52º 0.95% 0.62% -
HSV(B) 261.52º 0.74% 0.98% -
XYZ 28.72 15.7 91.96 -
YUV 106.71 208.87 146.04 -
System Red Green Blue C M Y K H S L
Decimal 132 66 250 0.47 0.74 0 0.02 261.52 0.95 0.62
Hex 84 42 FA 2F 4A 0 2 106 5F 3E
Octal 204 102 372 57 112 0 2 406 137 76
Binary 10000100 1000010 11111010 101111 1001010 0 10 100000110 1011111 111110

Color Harmonies of #8442FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8442FA

Black with #8442FA

Text Example


Text Example

White with #8442FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,66,250); }

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

background-color css

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

 a { background-color: rgb(132,66,250); }

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

border-color css

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

 span { border-color: rgb(132,66,250); }

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