Html Css Color HEX #8F34FD Blue Violet

📋 copy color: '#8F34FD'

red 143 ◦ green 52 ◦ blue 253

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

Shades of Blue Violet #8F34FD

Tints of Blue Violet #8F34FD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.61%

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

R = 31.92%
G = 11.61%
B = 56.47%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F34FD (or 0x8F34FD) is known color: Blue Violet. HEX triplet: 8F, 34 and FD. RGB value is (143,52,253). Sum of RGB (Red+Green+Blue) = 143+52+253=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F34FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F34FD is #70CB02. Grayscale: #656565. Windows color (decimal): -7392003 or 16594063. OLE color: 16594063.

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

Color convert

RGB 143 52 253 -
CMYK 0.43 0.79 0 0.01
HSL 267.16º 0.98% 0.6% -
HSV(B) 267.16º 0.79% 0.99% -
XYZ 30.29 15.39 94.3 -
YUV 102.12 213.15 157.16 -
System Red Green Blue C M Y K H S L
Decimal 143 52 253 0.43 0.79 0 0.01 267.16 0.98 0.6
Hex 8F 34 FD 2B 4F 0 1 10B 62 3C
Octal 217 64 375 53 117 0 1 413 142 74
Binary 10001111 110100 11111101 101011 1001111 0 1 100001011 1100010 111100

Color Harmonies of #8F34FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34FD

Black with #8F34FD

Text Example


Text Example

White with #8F34FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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