Html Css Color HEX #9C1CEF Blue Violet

📋 copy color: '#9C1CEF'

red 156 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #9C1CEF

Tints of Blue Violet #9C1CEF

RGB

 RED value IS 156 (61.33% from 255) = 36.88%

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

 BLUE value IS 239 (93.75% from 255) = 56.5%

R = 36.88%
G = 6.62%
B = 56.5%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9C1CEF (or 0x9C1CEF) is known color: Blue Violet. HEX triplet: 9C, 1C and EF. RGB value is (156,28,239). Sum of RGB (Red+Green+Blue) = 156+28+239=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C1CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1CEF is #63E310. Grayscale: #595959. Windows color (decimal): -6546193 or 15670428. OLE color: 15670428.

HSL color Cylindrical-coordinate representation of color #9C1CEF: hue angle of 276.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1CEF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 28 239 -
CMYK 0.35 0.88 0 0.06
HSL 276.4º 0.87% 0.52% -
HSV(B) 276.4º 0.88% 0.94% -
XYZ 29.71 14.13 82.82 -
YUV 90.33 211.91 174.84 -
System Red Green Blue C M Y K H S L
Decimal 156 28 239 0.35 0.88 0 0.06 276.4 0.87 0.52
Hex 9C 1C EF 23 58 0 6 114 57 34
Octal 234 34 357 43 130 0 6 424 127 64
Binary 10011100 11100 11101111 100011 1011000 0 110 100010100 1010111 110100

Color Harmonies of #9C1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1CEF

Black with #9C1CEF

Text Example


Text Example

White with #9C1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C1CEF; }

 p { color: rgb(156,28,239); }

 H1.HeaderClassName
 {
   color: #9C1CEF;
 }
 .AnyTagClassName
 {
   color: #9C1CEF;
 }
</style>

background-color css

<style>
 a { background-color: #9C1CEF; }

 a { background-color: rgb(156,28,239); }

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

border-color css

<style>
 span { border-color: #9C1CEF; }

 span { border-color: rgb(156,28,239); }

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