Html Css Color HEX #9C25EB Blue Violet

📋 copy color: '#9C25EB'

red 156 ◦ green 37 ◦ blue 235

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

Shades of Blue Violet #9C25EB

Tints of Blue Violet #9C25EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.91%

R = 36.45%
G = 8.64%
B = 54.91%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C25EB (or 0x9C25EB) is known color: Blue Violet. HEX triplet: 9C, 25 and EB. RGB value is (156,37,235). Sum of RGB (Red+Green+Blue) = 156+37+235=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C25EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C25EB is #63DA14. Grayscale: #5E5E5E. Windows color (decimal): -6543893 or 15410588. OLE color: 15410588.

HSL color Cylindrical-coordinate representation of color #9C25EB: hue angle of 276.06º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C25EB is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 37 235 -
CMYK 0.34 0.84 0 0.08
HSL 276.06º 0.83% 0.53% -
HSV(B) 276.06º 0.84% 0.92% -
XYZ 29.37 14.39 79.83 -
YUV 95.15 206.92 171.4 -
System Red Green Blue C M Y K H S L
Decimal 156 37 235 0.34 0.84 0 0.08 276.06 0.83 0.53
Hex 9C 25 EB 22 54 0 8 114 53 35
Octal 234 45 353 42 124 0 10 424 123 65
Binary 10011100 100101 11101011 100010 1010100 0 1000 100010100 1010011 110101

Color Harmonies of #9C25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C25EB

Black with #9C25EB

Text Example


Text Example

White with #9C25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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