Html Css Color HEX #9B438D Violet Blue

📋 copy color: '#9B438D'

red 155 ◦ green 67 ◦ blue 141

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

Shades of Violet Blue #9B438D

Tints of Violet Blue #9B438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.46%

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 42.7%
G = 18.46%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B438D (or 0x9B438D) is known color: Violet Blue. HEX triplet: 9B, 43 and 8D. RGB value is (155,67,141). Sum of RGB (Red+Green+Blue) = 155+67+141=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B438D is #64BC72. Grayscale: #656565. Windows color (decimal): -6601843 or 9257883. OLE color: 9257883.

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

Color convert

RGB 155 67 141 -
CMYK 0 0.57 0.09 0.39
HSL 309.55º 0.4% 0.44% -
HSV(B) 309.55º 0.57% 0.61% -
XYZ 20.33 12.91 26.62 -
YUV 101.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 155 67 141 0 0.57 0.09 0.39 309.55 0.4 0.44
Hex 9B 43 8D 0 39 9 27 136 28 2C
Octal 233 103 215 0 71 11 47 466 50 54
Binary 10011011 1000011 10001101 0 111001 1001 100111 100110110 101000 101100

Color Harmonies of #9B438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B438D

Black with #9B438D

Text Example


Text Example

White with #9B438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,67,141); }

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

background-color css

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

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

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

border-color css

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

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

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