Html Css Color HEX #8F36FF Blue Violet

📋 copy color: '#8F36FF'

red 143 ◦ green 54 ◦ blue 255

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

Shades of Blue Violet #8F36FF

Tints of Blue Violet #8F36FF

RGB

 RED value IS 143 (56.25% from 255) = 31.64%

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 31.64%
G = 11.95%
B = 56.42%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F36FF (or 0x8F36FF) is known color: Blue Violet. HEX triplet: 8F, 36 and FF. RGB value is (143,54,255). Sum of RGB (Red+Green+Blue) = 143+54+255=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F36FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F36FF is #70C900. Grayscale: #666666. Windows color (decimal): -7391489 or 16725647. OLE color: 16725647.

HSL color Cylindrical-coordinate representation of color #8F36FF: hue angle of 266.57º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F36FF is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 54 255 -
CMYK 0.44 0.79 0 0
HSL 266.57º 1% 0.61% -
HSV(B) 266.57º 0.79% 1% -
XYZ 30.7 15.7 96.02 -
YUV 103.53 213.49 156.16 -
System Red Green Blue C M Y K H S L
Decimal 143 54 255 0.44 0.79 0 0 266.57 1 0.61
Hex 8F 36 FF 2C 4F 0 0 10B 64 3D
Octal 217 66 377 54 117 0 0 413 144 75
Binary 10001111 110110 11111111 101100 1001111 0 0 100001011 1100100 111101

Color Harmonies of #8F36FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F36FF

Black with #8F36FF

Text Example


Text Example

White with #8F36FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,54,255); }

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

background-color css

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

 a { background-color: rgb(143,54,255); }

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

border-color css

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

 span { border-color: rgb(143,54,255); }

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