Html Css Color HEX #9C309B Vivid Violet

📋 copy color: '#9C309B'

red 156 ◦ green 48 ◦ blue 155

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

Shades of Vivid Violet #9C309B

Tints of Vivid Violet #9C309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.37%

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 43.45%
G = 13.37%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C309B (or 0x9C309B) is known color: Vivid Violet. HEX triplet: 9C, 30 and 9B. RGB value is (156,48,155). Sum of RGB (Red+Green+Blue) = 156+48+155=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C309B is #63CF64. Grayscale: #5C5C5C. Windows color (decimal): -6541157 or 10170524. OLE color: 10170524.

HSL color Cylindrical-coordinate representation of color #9C309B: hue angle of 300.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C309B is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 48 155 -
CMYK 0 0.69 0.01 0.39
HSL 300.56º 0.53% 0.4% -
HSV(B) 300.56º 0.69% 0.61% -
XYZ 20.68 11.55 32.15 -
YUV 92.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 156 48 155 0 0.69 0.01 0.39 300.56 0.53 0.4
Hex 9C 30 9B 0 45 1 27 12D 35 28
Octal 234 60 233 0 105 1 47 455 65 50
Binary 10011100 110000 10011011 0 1000101 1 100111 100101101 110101 101000

Color Harmonies of #9C309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C309B

Black with #9C309B

Text Example


Text Example

White with #9C309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,48,155); }

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

background-color css

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

 a { background-color: rgb(156,48,155); }

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

border-color css

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

 span { border-color: rgb(156,48,155); }

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