Html Css Color HEX #8F4CED Blue Violet

📋 copy color: '#8F4CED'

red 143 ◦ green 76 ◦ blue 237

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

Shades of Blue Violet #8F4CED

Tints of Blue Violet #8F4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 31.36%
G = 16.67%
B = 51.97%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F4CED (or 0x8F4CED) is known color: Blue Violet. HEX triplet: 8F, 4C and ED. RGB value is (143,76,237). Sum of RGB (Red+Green+Blue) = 143+76+237=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4CED is #70B312. Grayscale: #717171. Windows color (decimal): -7385875 or 15551631. OLE color: 15551631.

HSL color Cylindrical-coordinate representation of color #8F4CED: hue angle of 264.97º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F4CED is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 76 237 -
CMYK 0.40 0.68 0 0.07
HSL 264.97º 0.82% 0.61% -
HSV(B) 264.97º 0.68% 0.93% -
XYZ 29.2 17.12 81.89 -
YUV 114.39 197.2 148.41 -
System Red Green Blue C M Y K H S L
Decimal 143 76 237 0.40 0.68 0 0.07 264.97 0.82 0.61
Hex 8F 4C ED 28 44 0 7 109 52 3D
Octal 217 114 355 50 104 0 7 411 122 75
Binary 10001111 1001100 11101101 101000 1000100 0 111 100001001 1010010 111101

Color Harmonies of #8F4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4CED

Black with #8F4CED

Text Example


Text Example

White with #8F4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,76,237); }

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

background-color css

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

 a { background-color: rgb(143,76,237); }

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

border-color css

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

 span { border-color: rgb(143,76,237); }

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