Html Css Color HEX #9B419B Violet Blue

📋 copy color: '#9B419B'

red 155 ◦ green 65 ◦ blue 155

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

Shades of Violet Blue #9B419B

Tints of Violet Blue #9B419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

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

R = 41.33%
G = 17.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B419B (or 0x9B419B) is known color: Violet Blue. HEX triplet: 9B, 41 and 9B. RGB value is (155,65,155). Sum of RGB (Red+Green+Blue) = 155+65+155=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B419B is #64BE64. Grayscale: #656565. Windows color (decimal): -6602341 or 10174875. OLE color: 10174875.

HSL color Cylindrical-coordinate representation of color #9B419B: hue angle of 300º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B419B is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 155 -
CMYK 0 0.58 0 0.39
HSL 300º 0.41% 0.43% -
HSV(B) 300º 0.58% 0.61% -
XYZ 21.32 13.12 32.42 -
YUV 102.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 155 65 155 0 0.58 0 0.39 300 0.41 0.43
Hex 9B 41 9B 0 3A 0 27 12C 29 2B
Octal 233 101 233 0 72 0 47 454 51 53
Binary 10011011 1000001 10011011 0 111010 0 100111 100101100 101001 101011

Color Harmonies of #9B419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B419B

Black with #9B419B

Text Example


Text Example

White with #9B419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,155); }

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

background-color css

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

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

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

border-color css

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

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

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