Html Css Color HEX #9C31FB Blue Violet

📋 copy color: '#9C31FB'

red 156 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #9C31FB

Tints of Blue Violet #9C31FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.75%

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 34.21%
G = 10.75%
B = 55.04%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C31FB (or 0x9C31FB) is known color: Blue Violet. HEX triplet: 9C, 31 and FB. RGB value is (156,49,251). Sum of RGB (Red+Green+Blue) = 156+49+251=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C31FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C31FB is #63CE04. Grayscale: #676767. Windows color (decimal): -6540805 or 16462236. OLE color: 16462236.

HSL color Cylindrical-coordinate representation of color #9C31FB: hue angle of 271.78º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C31FB is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 49 251 -
CMYK 0.38 0.80 0 0.02
HSL 271.78º 0.96% 0.59% -
HSV(B) 271.78º 0.8% 0.98% -
XYZ 32.22 16.23 92.7 -
YUV 104.02 210.95 165.07 -
System Red Green Blue C M Y K H S L
Decimal 156 49 251 0.38 0.80 0 0.02 271.78 0.96 0.59
Hex 9C 31 FB 26 50 0 2 110 60 3B
Octal 234 61 373 46 120 0 2 420 140 73
Binary 10011100 110001 11111011 100110 1010000 0 10 100010000 1100000 111011

Color Harmonies of #9C31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C31FB

Black with #9C31FB

Text Example


Text Example

White with #9C31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,49,251); }

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

background-color css

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

 a { background-color: rgb(156,49,251); }

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

border-color css

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

 span { border-color: rgb(156,49,251); }

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