Html Css Color HEX #8D1EFD Blue Violet

📋 copy color: '#8D1EFD'

red 141 ◦ green 30 ◦ blue 253

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

Shades of Blue Violet #8D1EFD

Tints of Blue Violet #8D1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.08%

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

R = 33.25%
G = 7.08%
B = 59.67%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D1EFD (or 0x8D1EFD) is known color: Blue Violet. HEX triplet: 8D, 1E and FD. RGB value is (141,30,253). Sum of RGB (Red+Green+Blue) = 141+30+253=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #8D1EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1EFD is #72E102. Grayscale: #575757. Windows color (decimal): -7528707 or 16588429. OLE color: 16588429.

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

Color convert

RGB 141 30 253 -
CMYK 0.44 0.88 0 0.01
HSL 269.87º 0.98% 0.55% -
HSV(B) 269.87º 0.88% 0.99% -
XYZ 29.18 13.68 94.03 -
YUV 88.61 220.77 165.37 -
System Red Green Blue C M Y K H S L
Decimal 141 30 253 0.44 0.88 0 0.01 269.87 0.98 0.55
Hex 8D 1E FD 2C 58 0 1 10E 62 37
Octal 215 36 375 54 130 0 1 416 142 67
Binary 10001101 11110 11111101 101100 1011000 0 1 100001110 1100010 110111

Color Harmonies of #8D1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1EFD

Black with #8D1EFD

Text Example


Text Example

White with #8D1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,30,253); }

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

background-color css

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

 a { background-color: rgb(141,30,253); }

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

border-color css

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

 span { border-color: rgb(141,30,253); }

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