Html Css Color HEX #9C3AF9 Blue Violet

📋 copy color: '#9C3AF9'

red 156 ◦ green 58 ◦ blue 249

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

Shades of Blue Violet #9C3AF9

Tints of Blue Violet #9C3AF9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.53%

 BLUE value IS 249 (97.66% from 255) = 53.78%

R = 33.69%
G = 12.53%
B = 53.78%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C3AF9 (or 0x9C3AF9) is known color: Blue Violet. HEX triplet: 9C, 3A and F9. RGB value is (156,58,249). Sum of RGB (Red+Green+Blue) = 156+58+249=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C3AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3AF9 is #63C506. Grayscale: #6C6C6C. Windows color (decimal): -6538503 or 16333468. OLE color: 16333468.

HSL color Cylindrical-coordinate representation of color #9C3AF9: hue angle of 270.79º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C3AF9 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 58 249 -
CMYK 0.37 0.77 0 0.02
HSL 270.79º 0.94% 0.6% -
HSV(B) 270.79º 0.77% 0.98% -
XYZ 32.32 16.93 91.19 -
YUV 109.08 206.97 161.47 -
System Red Green Blue C M Y K H S L
Decimal 156 58 249 0.37 0.77 0 0.02 270.79 0.94 0.6
Hex 9C 3A F9 25 4D 0 2 10F 5E 3C
Octal 234 72 371 45 115 0 2 417 136 74
Binary 10011100 111010 11111001 100101 1001101 0 10 100001111 1011110 111100

Color Harmonies of #9C3AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3AF9

Black with #9C3AF9

Text Example


Text Example

White with #9C3AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,58,249); }

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

background-color css

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

 a { background-color: rgb(156,58,249); }

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

border-color css

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

 span { border-color: rgb(156,58,249); }

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