Html Css Color HEX #8F3AFD Blue Violet

📋 copy color: '#8F3AFD'

red 143 ◦ green 58 ◦ blue 253

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

Shades of Blue Violet #8F3AFD

Tints of Blue Violet #8F3AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.78%

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

R = 31.5%
G = 12.78%
B = 55.73%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F3AFD (or 0x8F3AFD) is known color: Blue Violet. HEX triplet: 8F, 3A and FD. RGB value is (143,58,253). Sum of RGB (Red+Green+Blue) = 143+58+253=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F3AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3AFD is #70C502. Grayscale: #686868. Windows color (decimal): -7390467 or 16595599. OLE color: 16595599.

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

Color convert

RGB 143 58 253 -
CMYK 0.43 0.77 0 0.01
HSL 266.15º 0.98% 0.61% -
HSV(B) 266.15º 0.77% 0.99% -
XYZ 30.57 15.96 94.4 -
YUV 105.65 211.16 154.64 -
System Red Green Blue C M Y K H S L
Decimal 143 58 253 0.43 0.77 0 0.01 266.15 0.98 0.61
Hex 8F 3A FD 2B 4D 0 1 10A 62 3D
Octal 217 72 375 53 115 0 1 412 142 75
Binary 10001111 111010 11111101 101011 1001101 0 1 100001010 1100010 111101

Color Harmonies of #8F3AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3AFD

Black with #8F3AFD

Text Example


Text Example

White with #8F3AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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