Html Css Color HEX #9B3395 Vivid Violet

📋 copy color: '#9B3395'

red 155 ◦ green 51 ◦ blue 149

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

Shades of Vivid Violet #9B3395

Tints of Vivid Violet #9B3395

RGB

 RED value IS 155 (60.94% from 255) = 43.66%

 GREEN value IS 51 (20.31% from 255) = 14.37%

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 43.66%
G = 14.37%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B3395 (or 0x9B3395) is known color: Vivid Violet. HEX triplet: 9B, 33 and 95. RGB value is (155,51,149). Sum of RGB (Red+Green+Blue) = 155+51+149=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3395 is #64CC6A. Grayscale: #5C5C5C. Windows color (decimal): -6605931 or 9778075. OLE color: 9778075.

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

Color convert

RGB 155 51 149 -
CMYK 0 0.67 0.04 0.39
HSL 303.46º 0.5% 0.4% -
HSV(B) 303.46º 0.67% 0.61% -
XYZ 20.13 11.51 29.59 -
YUV 93.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 155 51 149 0 0.67 0.04 0.39 303.46 0.5 0.4
Hex 9B 33 95 0 43 4 27 12F 32 28
Octal 233 63 225 0 103 4 47 457 62 50
Binary 10011011 110011 10010101 0 1000011 100 100111 100101111 110010 101000

Color Harmonies of #9B3395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3395

Black with #9B3395

Text Example


Text Example

White with #9B3395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,51,149); }

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

background-color css

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

 a { background-color: rgb(155,51,149); }

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

border-color css

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

 span { border-color: rgb(155,51,149); }

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