Html Css Color HEX #9C1EFA Blue Violet

📋 copy color: '#9C1EFA'

red 156 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #9C1EFA

Tints of Blue Violet #9C1EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.88%

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 35.78%
G = 6.88%
B = 57.34%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C1EFA (or 0x9C1EFA) is known color: Blue Violet. HEX triplet: 9C, 1E and FA. RGB value is (156,30,250). Sum of RGB (Red+Green+Blue) = 156+30+250=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1EFA is #63E105. Grayscale: #5C5C5C. Windows color (decimal): -6545670 or 16391836. OLE color: 16391836.

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

Color convert

RGB 156 30 250 -
CMYK 0.38 0.88 0 0.02
HSL 274.36º 0.96% 0.55% -
HSV(B) 274.36º 0.88% 0.98% -
XYZ 31.43 14.9 91.66 -
YUV 92.75 216.74 173.11 -
System Red Green Blue C M Y K H S L
Decimal 156 30 250 0.38 0.88 0 0.02 274.36 0.96 0.55
Hex 9C 1E FA 26 58 0 2 112 60 37
Octal 234 36 372 46 130 0 2 422 140 67
Binary 10011100 11110 11111010 100110 1011000 0 10 100010010 1100000 110111

Color Harmonies of #9C1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1EFA

Black with #9C1EFA

Text Example


Text Example

White with #9C1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,30,250); }

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

background-color css

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

 a { background-color: rgb(156,30,250); }

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

border-color css

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

 span { border-color: rgb(156,30,250); }

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