Html Css Color HEX #8C2ADF Blue Violet

📋 copy color: '#8C2ADF'

red 140 ◦ green 42 ◦ blue 223

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

Shades of Blue Violet #8C2ADF

Tints of Blue Violet #8C2ADF

RGB

 RED value IS 140 (55.08% from 255) = 34.57%

 GREEN value IS 42 (16.8% from 255) = 10.37%

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 34.57%
G = 10.37%
B = 55.06%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C2ADF (or 0x8C2ADF) is known color: Blue Violet. HEX triplet: 8C, 2A and DF. RGB value is (140,42,223). Sum of RGB (Red+Green+Blue) = 140+42+223=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C2ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2ADF is #73D520. Grayscale: #5B5B5B. Windows color (decimal): -7591201 or 14625420. OLE color: 14625420.

HSL color Cylindrical-coordinate representation of color #8C2ADF: hue angle of 272.49º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2ADF is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 42 223 -
CMYK 0.37 0.81 0 0.13
HSL 272.49º 0.74% 0.52% -
HSV(B) 272.49º 0.81% 0.87% -
XYZ 24.96 12.56 70.92 -
YUV 91.94 201.97 162.28 -
System Red Green Blue C M Y K H S L
Decimal 140 42 223 0.37 0.81 0 0.13 272.49 0.74 0.52
Hex 8C 2A DF 25 51 0 D 110 4A 34
Octal 214 52 337 45 121 0 15 420 112 64
Binary 10001100 101010 11011111 100101 1010001 0 1101 100010000 1001010 110100

Color Harmonies of #8C2ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2ADF

Black with #8C2ADF

Text Example


Text Example

White with #8C2ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,42,223); }

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

background-color css

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

 a { background-color: rgb(140,42,223); }

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

border-color css

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

 span { border-color: rgb(140,42,223); }

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