Html Css Color HEX #8D36FA Blue Violet

📋 copy color: '#8D36FA'

red 141 ◦ green 54 ◦ blue 250

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

Shades of Blue Violet #8D36FA

Tints of Blue Violet #8D36FA

RGB

 RED value IS 141 (55.47% from 255) = 31.69%

 GREEN value IS 54 (21.48% from 255) = 12.13%

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

R = 31.69%
G = 12.13%
B = 56.18%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D36FA (or 0x8D36FA) is known color: Blue Violet. HEX triplet: 8D, 36 and FA. RGB value is (141,54,250). Sum of RGB (Red+Green+Blue) = 141+54+250=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D36FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D36FA is #72C905. Grayscale: #656565. Windows color (decimal): -7522566 or 16397965. OLE color: 16397965.

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

Color convert

RGB 141 54 250 -
CMYK 0.44 0.78 0 0.02
HSL 266.63º 0.95% 0.6% -
HSV(B) 266.63º 0.78% 0.98% -
XYZ 29.56 15.2 91.82 -
YUV 102.36 211.32 155.56 -
System Red Green Blue C M Y K H S L
Decimal 141 54 250 0.44 0.78 0 0.02 266.63 0.95 0.6
Hex 8D 36 FA 2C 4E 0 2 10B 5F 3C
Octal 215 66 372 54 116 0 2 413 137 74
Binary 10001101 110110 11111010 101100 1001110 0 10 100001011 1011111 111100

Color Harmonies of #8D36FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D36FA

Black with #8D36FA

Text Example


Text Example

White with #8D36FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,54,250); }

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

background-color css

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

 a { background-color: rgb(141,54,250); }

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

border-color css

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

 span { border-color: rgb(141,54,250); }

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