Html Css Color HEX #9C49EE Blue Violet

📋 copy color: '#9C49EE'

red 156 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #9C49EE

Tints of Blue Violet #9C49EE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.63%

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 33.4%
G = 15.63%
B = 50.96%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9C49EE (or 0x9C49EE) is known color: Blue Violet. HEX triplet: 9C, 49 and EE. RGB value is (156,73,238). Sum of RGB (Red+Green+Blue) = 156+73+238=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C49EE is #63B611. Grayscale: #747474. Windows color (decimal): -6534674 or 15616412. OLE color: 15616412.

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

Color convert

RGB 156 73 238 -
CMYK 0.34 0.69 0 0.07
HSL 270.18º 0.83% 0.61% -
HSV(B) 270.18º 0.69% 0.93% -
XYZ 31.53 18.01 82.7 -
YUV 116.63 196.5 156.08 -
System Red Green Blue C M Y K H S L
Decimal 156 73 238 0.34 0.69 0 0.07 270.18 0.83 0.61
Hex 9C 49 EE 22 45 0 7 10E 53 3D
Octal 234 111 356 42 105 0 7 416 123 75
Binary 10011100 1001001 11101110 100010 1000101 0 111 100001110 1010011 111101

Color Harmonies of #9C49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C49EE

Black with #9C49EE

Text Example


Text Example

White with #9C49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,73,238); }

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

background-color css

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

 a { background-color: rgb(156,73,238); }

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

border-color css

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

 span { border-color: rgb(156,73,238); }

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