Html Css Color HEX #8C1CED Blue Violet

📋 copy color: '#8C1CED'

red 140 ◦ green 28 ◦ blue 237

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

Shades of Blue Violet #8C1CED

Tints of Blue Violet #8C1CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.91%

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

R = 34.57%
G = 6.91%
B = 58.52%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8C1CED (or 0x8C1CED) is known color: Blue Violet. HEX triplet: 8C, 1C and ED. RGB value is (140,28,237). Sum of RGB (Red+Green+Blue) = 140+28+237=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C1CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1CED is #73E312. Grayscale: #545454. Windows color (decimal): -7594771 or 15539340. OLE color: 15539340.

HSL color Cylindrical-coordinate representation of color #8C1CED: hue angle of 272.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1CED is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 28 237 -
CMYK 0.41 0.88 0 0.07
HSL 272.15º 0.85% 0.52% -
HSV(B) 272.15º 0.88% 0.93% -
XYZ 26.52 12.52 81.14 -
YUV 85.31 213.61 167.01 -
System Red Green Blue C M Y K H S L
Decimal 140 28 237 0.41 0.88 0 0.07 272.15 0.85 0.52
Hex 8C 1C ED 29 58 0 7 110 55 34
Octal 214 34 355 51 130 0 7 420 125 64
Binary 10001100 11100 11101101 101001 1011000 0 111 100010000 1010101 110100

Color Harmonies of #8C1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1CED

Black with #8C1CED

Text Example


Text Example

White with #8C1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,28,237); }

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

background-color css

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

 a { background-color: rgb(140,28,237); }

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

border-color css

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

 span { border-color: rgb(140,28,237); }

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