Html Css Color HEX #8F11FD Blue Violet

📋 copy color: '#8F11FD'

red 143 ◦ green 17 ◦ blue 253

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

Shades of Blue Violet #8F11FD

Tints of Blue Violet #8F11FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.12%

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 34.62%
G = 4.12%
B = 61.26%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F11FD (or 0x8F11FD) is known color: Blue Violet. HEX triplet: 8F, 11 and FD. RGB value is (143,17,253). Sum of RGB (Red+Green+Blue) = 143+17+253=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F11FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F11FD is #70EE02. Grayscale: #505050. Windows color (decimal): -7400963 or 16585103. OLE color: 16585103.

HSL color Cylindrical-coordinate representation of color #8F11FD: hue angle of 272.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F11FD is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 17 253 -
CMYK 0.43 0.93 0 0.01
HSL 272.03º 0.98% 0.53% -
HSV(B) 272.03º 0.93% 0.99% -
XYZ 29.26 13.33 93.96 -
YUV 81.58 224.74 171.81 -
System Red Green Blue C M Y K H S L
Decimal 143 17 253 0.43 0.93 0 0.01 272.03 0.98 0.53
Hex 8F 11 FD 2B 5D 0 1 110 62 35
Octal 217 21 375 53 135 0 1 420 142 65
Binary 10001111 10001 11111101 101011 1011101 0 1 100010000 1100010 110101

Color Harmonies of #8F11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F11FD

Black with #8F11FD

Text Example


Text Example

White with #8F11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,17,253); }

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

background-color css

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

 a { background-color: rgb(143,17,253); }

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

border-color css

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

 span { border-color: rgb(143,17,253); }

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