Html Css Color HEX #9C4AEE Blue Violet

📋 copy color: '#9C4AEE'

red 156 ◦ green 74 ◦ blue 238

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

Shades of Blue Violet #9C4AEE

Tints of Blue Violet #9C4AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

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

R = 33.33%
G = 15.81%
B = 50.85%

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

#9C4AEE (or 0x9C4AEE) is known color: Blue Violet. HEX triplet: 9C, 4A and EE. RGB value is (156,74,238). Sum of RGB (Red+Green+Blue) = 156+74+238=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C4AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4AEE is #63B511. Grayscale: #747474. Windows color (decimal): -6534418 or 15616668. OLE color: 15616668.

HSL color Cylindrical-coordinate representation of color #9C4AEE: hue angle of 270º 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 #9C4AEE is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 74 238 -
CMYK 0.34 0.69 0 0.07
HSL 270º 0.83% 0.61% -
HSV(B) 270º 0.69% 0.93% -
XYZ 31.59 18.14 82.72 -
YUV 117.21 196.17 155.66 -
System Red Green Blue C M Y K H S L
Decimal 156 74 238 0.34 0.69 0 0.07 270 0.83 0.61
Hex 9C 4A EE 22 45 0 7 10E 53 3D
Octal 234 112 356 42 105 0 7 416 123 75
Binary 10011100 1001010 11101110 100010 1000101 0 111 100001110 1010011 111101

Color Harmonies of #9C4AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4AEE

Black with #9C4AEE

Text Example


Text Example

White with #9C4AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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