Html Css Color HEX #8D12FB Blue Violet

📋 copy color: '#8D12FB'

red 141 ◦ green 18 ◦ blue 251

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

Shades of Blue Violet #8D12FB

Tints of Blue Violet #8D12FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.39%

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 34.39%
G = 4.39%
B = 61.22%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D12FB (or 0x8D12FB) is known color: Blue Violet. HEX triplet: 8D, 12 and FB. RGB value is (141,18,251). Sum of RGB (Red+Green+Blue) = 141+18+251=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D12FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D12FB is #72ED04. Grayscale: #505050. Windows color (decimal): -7531781 or 16454285. OLE color: 16454285.

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

Color convert

RGB 141 18 251 -
CMYK 0.44 0.93 0 0.02
HSL 271.67º 0.97% 0.53% -
HSV(B) 271.67º 0.93% 0.98% -
XYZ 28.61 13.06 92.28 -
YUV 81.34 223.75 170.55 -
System Red Green Blue C M Y K H S L
Decimal 141 18 251 0.44 0.93 0 0.02 271.67 0.97 0.53
Hex 8D 12 FB 2C 5D 0 2 110 61 35
Octal 215 22 373 54 135 0 2 420 141 65
Binary 10001101 10010 11111011 101100 1011101 0 10 100010000 1100001 110101

Color Harmonies of #8D12FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D12FB

Black with #8D12FB

Text Example


Text Example

White with #8D12FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,18,251); }

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

background-color css

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

 a { background-color: rgb(141,18,251); }

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

border-color css

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

 span { border-color: rgb(141,18,251); }

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