Html Css Color HEX #9C2FF9 Blue Violet

📋 copy color: '#9C2FF9'

red 156 ◦ green 47 ◦ blue 249

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

Shades of Blue Violet #9C2FF9

Tints of Blue Violet #9C2FF9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.4%

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

R = 34.51%
G = 10.4%
B = 55.09%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C2FF9 (or 0x9C2FF9) is known color: Blue Violet. HEX triplet: 9C, 2F and F9. RGB value is (156,47,249). Sum of RGB (Red+Green+Blue) = 156+47+249=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C2FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2FF9 is #63D006. Grayscale: #656565. Windows color (decimal): -6541319 or 16330652. OLE color: 16330652.

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

Color convert

RGB 156 47 249 -
CMYK 0.37 0.81 0 0.02
HSL 272.38º 0.94% 0.58% -
HSV(B) 272.38º 0.81% 0.98% -
XYZ 31.83 15.94 91.02 -
YUV 102.62 210.61 166.07 -
System Red Green Blue C M Y K H S L
Decimal 156 47 249 0.37 0.81 0 0.02 272.38 0.94 0.58
Hex 9C 2F F9 25 51 0 2 110 5E 3A
Octal 234 57 371 45 121 0 2 420 136 72
Binary 10011100 101111 11111001 100101 1010001 0 10 100010000 1011110 111010

Color Harmonies of #9C2FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2FF9

Black with #9C2FF9

Text Example


Text Example

White with #9C2FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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