Html Css Color HEX #8F0DFD Blue Violet

📋 copy color: '#8F0DFD'

red 143 ◦ green 13 ◦ blue 253

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

Shades of Blue Violet #8F0DFD

Tints of Blue Violet #8F0DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.18%

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

R = 34.96%
G = 3.18%
B = 61.86%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F0DFD (or 0x8F0DFD) is known color: Blue Violet. HEX triplet: 8F, 0D and FD. RGB value is (143,13,253). Sum of RGB (Red+Green+Blue) = 143+13+253=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F0DFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0DFD is #70F202. Grayscale: #4E4E4E. Windows color (decimal): -7401987 or 16584079. OLE color: 16584079.

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

Color convert

RGB 143 13 253 -
CMYK 0.43 0.95 0 0.01
HSL 272.5º 0.98% 0.52% -
HSV(B) 272.5º 0.95% 0.99% -
XYZ 29.2 13.22 93.94 -
YUV 79.23 226.07 173.49 -
System Red Green Blue C M Y K H S L
Decimal 143 13 253 0.43 0.95 0 0.01 272.5 0.98 0.52
Hex 8F D FD 2B 5F 0 1 110 62 34
Octal 217 15 375 53 137 0 1 420 142 64
Binary 10001111 1101 11111101 101011 1011111 0 1 100010000 1100010 110100

Color Harmonies of #8F0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DFD

Black with #8F0DFD

Text Example


Text Example

White with #8F0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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