Html Css Color HEX #9C3CEF Blue Violet

📋 copy color: '#9C3CEF'

red 156 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #9C3CEF

Tints of Blue Violet #9C3CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

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

R = 34.29%
G = 13.19%
B = 52.53%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9C3CEF (or 0x9C3CEF) is known color: Blue Violet. HEX triplet: 9C, 3C and EF. RGB value is (156,60,239). Sum of RGB (Red+Green+Blue) = 156+60+239=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C3CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3CEF is #63C310. Grayscale: #6C6C6C. Windows color (decimal): -6538001 or 15678620. OLE color: 15678620.

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

Color convert

RGB 156 60 239 -
CMYK 0.35 0.75 0 0.06
HSL 272.18º 0.85% 0.59% -
HSV(B) 272.18º 0.75% 0.94% -
XYZ 30.91 16.53 83.22 -
YUV 109.11 201.3 161.45 -
System Red Green Blue C M Y K H S L
Decimal 156 60 239 0.35 0.75 0 0.06 272.18 0.85 0.59
Hex 9C 3C EF 23 4B 0 6 110 55 3B
Octal 234 74 357 43 113 0 6 420 125 73
Binary 10011100 111100 11101111 100011 1001011 0 110 100010000 1010101 111011

Color Harmonies of #9C3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3CEF

Black with #9C3CEF

Text Example


Text Example

White with #9C3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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