Html Css Color HEX #9C25FB Blue Violet

📋 copy color: '#9C25FB'

red 156 ◦ green 37 ◦ blue 251

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

Shades of Blue Violet #9C25FB

Tints of Blue Violet #9C25FB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.33%

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

R = 35.14%
G = 8.33%
B = 56.53%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C25FB (or 0x9C25FB) is known color: Blue Violet. HEX triplet: 9C, 25 and FB. RGB value is (156,37,251). Sum of RGB (Red+Green+Blue) = 156+37+251=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C25FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C25FB is #63DA04. Grayscale: #606060. Windows color (decimal): -6543877 or 16459164. OLE color: 16459164.

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

Color convert

RGB 156 37 251 -
CMYK 0.38 0.85 0 0.02
HSL 273.36º 0.96% 0.56% -
HSV(B) 273.36º 0.85% 0.98% -
XYZ 31.78 15.36 92.56 -
YUV 96.98 214.92 170.1 -
System Red Green Blue C M Y K H S L
Decimal 156 37 251 0.38 0.85 0 0.02 273.36 0.96 0.56
Hex 9C 25 FB 26 55 0 2 111 60 38
Octal 234 45 373 46 125 0 2 421 140 70
Binary 10011100 100101 11111011 100110 1010101 0 10 100010001 1100000 111000

Color Harmonies of #9C25FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C25FB

Black with #9C25FB

Text Example


Text Example

White with #9C25FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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