Html Css Color HEX #9B388F Vivid Violet

📋 copy color: '#9B388F'

red 155 ◦ green 56 ◦ blue 143

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

Shades of Vivid Violet #9B388F

Tints of Vivid Violet #9B388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 43.79%
G = 15.82%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B388F (or 0x9B388F) is known color: Vivid Violet. HEX triplet: 9B, 38 and 8F. RGB value is (155,56,143). Sum of RGB (Red+Green+Blue) = 155+56+143=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B388F is #64C770. Grayscale: #5F5F5F. Windows color (decimal): -6604657 or 9386139. OLE color: 9386139.

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

Color convert

RGB 155 56 143 -
CMYK 0 0.64 0.08 0.39
HSL 307.27º 0.47% 0.41% -
HSV(B) 307.27º 0.64% 0.61% -
XYZ 19.89 11.78 27.21 -
YUV 95.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 155 56 143 0 0.64 0.08 0.39 307.27 0.47 0.41
Hex 9B 38 8F 0 40 8 27 133 2F 29
Octal 233 70 217 0 100 10 47 463 57 51
Binary 10011011 111000 10001111 0 1000000 1000 100111 100110011 101111 101001

Color Harmonies of #9B388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B388F

Black with #9B388F

Text Example


Text Example

White with #9B388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,143); }

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

background-color css

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

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

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

border-color css

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

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

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