Html Css Color HEX #9C48E4 Blue Violet

📋 copy color: '#9C48E4'

red 156 ◦ green 72 ◦ blue 228

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

Shades of Blue Violet #9C48E4

Tints of Blue Violet #9C48E4

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.79%

 BLUE value IS 228 (89.45% from 255) = 50%

R = 34.21%
G = 15.79%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9C48E4 (or 0x9C48E4) is known color: Blue Violet. HEX triplet: 9C, 48 and E4. RGB value is (156,72,228). Sum of RGB (Red+Green+Blue) = 156+72+228=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #9C48E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C48E4 is #63B71B. Grayscale: #727272. Windows color (decimal): -6534940 or 14960796. OLE color: 14960796.

HSL color Cylindrical-coordinate representation of color #9C48E4: hue angle of 272.31º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C48E4 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 72 228 -
CMYK 0.32 0.68 0 0.11
HSL 272.31º 0.74% 0.59% -
HSV(B) 272.31º 0.68% 0.89% -
XYZ 30.03 17.3 75.16 -
YUV 114.9 191.83 157.32 -
System Red Green Blue C M Y K H S L
Decimal 156 72 228 0.32 0.68 0 0.11 272.31 0.74 0.59
Hex 9C 48 E4 20 44 0 B 110 4A 3B
Octal 234 110 344 40 104 0 13 420 112 73
Binary 10011100 1001000 11100100 100000 1000100 0 1011 100010000 1001010 111011

Color Harmonies of #9C48E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C48E4

Black with #9C48E4

Text Example


Text Example

White with #9C48E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,72,228); }

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

background-color css

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

 a { background-color: rgb(156,72,228); }

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

border-color css

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

 span { border-color: rgb(156,72,228); }

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