Html Css Color HEX #9C1EED Blue Violet

📋 copy color: '#9C1EED'

red 156 ◦ green 30 ◦ blue 237

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

Shades of Blue Violet #9C1EED

Tints of Blue Violet #9C1EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.09%

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

R = 36.88%
G = 7.09%
B = 56.03%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C1EED (or 0x9C1EED) is known color: Blue Violet. HEX triplet: 9C, 1E and ED. RGB value is (156,30,237). Sum of RGB (Red+Green+Blue) = 156+30+237=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C1EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1EED is #63E112. Grayscale: #5A5A5A. Windows color (decimal): -6545683 or 15539868. OLE color: 15539868.

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

Color convert

RGB 156 30 237 -
CMYK 0.34 0.87 0 0.07
HSL 276.52º 0.85% 0.52% -
HSV(B) 276.52º 0.87% 0.93% -
XYZ 29.46 14.11 81.29 -
YUV 91.27 210.24 174.17 -
System Red Green Blue C M Y K H S L
Decimal 156 30 237 0.34 0.87 0 0.07 276.52 0.85 0.52
Hex 9C 1E ED 22 57 0 7 115 55 34
Octal 234 36 355 42 127 0 7 425 125 64
Binary 10011100 11110 11101101 100010 1010111 0 111 100010101 1010101 110100

Color Harmonies of #9C1EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1EED

Black with #9C1EED

Text Example


Text Example

White with #9C1EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,30,237); }

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

background-color css

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

 a { background-color: rgb(156,30,237); }

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

border-color css

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

 span { border-color: rgb(156,30,237); }

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