Html Css Color HEX #9C19F9 Blue Violet

📋 copy color: '#9C19F9'

red 156 ◦ green 25 ◦ blue 249

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

Shades of Blue Violet #9C19F9

Tints of Blue Violet #9C19F9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.81%

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

R = 36.28%
G = 5.81%
B = 57.91%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C19F9 (or 0x9C19F9) is known color: Blue Violet. HEX triplet: 9C, 19 and F9. RGB value is (156,25,249). Sum of RGB (Red+Green+Blue) = 156+25+249=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C19F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C19F9 is #63E606. Grayscale: #585858. Windows color (decimal): -6546951 or 16325020. OLE color: 16325020.

HSL color Cylindrical-coordinate representation of color #9C19F9: hue angle of 275.09º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C19F9 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 25 249 -
CMYK 0.37 0.90 0 0.02
HSL 275.09º 0.95% 0.54% -
HSV(B) 275.09º 0.9% 0.98% -
XYZ 31.16 14.6 90.8 -
YUV 89.71 217.9 175.29 -
System Red Green Blue C M Y K H S L
Decimal 156 25 249 0.37 0.90 0 0.02 275.09 0.95 0.54
Hex 9C 19 F9 25 5A 0 2 113 5F 36
Octal 234 31 371 45 132 0 2 423 137 66
Binary 10011100 11001 11111001 100101 1011010 0 10 100010011 1011111 110110

Color Harmonies of #9C19F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C19F9

Black with #9C19F9

Text Example


Text Example

White with #9C19F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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