Html Css Color HEX #9B4A7B Royal Heath

📋 copy color: '#9B4A7B'

red 155 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #9B4A7B

Tints of Royal Heath #9B4A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.02%

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 44.03%
G = 21.02%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B4A7B (or 0x9B4A7B) is known color: Royal Heath. HEX triplet: 9B, 4A and 7B. RGB value is (155,74,123). Sum of RGB (Red+Green+Blue) = 155+74+123=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4A7B is #64B584. Grayscale: #676767. Windows color (decimal): -6600069 or 8080027. OLE color: 8080027.

HSL color Cylindrical-coordinate representation of color #9B4A7B: hue angle of 323.7º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4A7B is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 74 123 -
CMYK 0 0.52 0.21 0.39
HSL 323.7º 0.35% 0.45% -
HSV(B) 323.7º 0.52% 0.61% -
XYZ 19.54 13.3 20.28 -
YUV 103.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 155 74 123 0 0.52 0.21 0.39 323.7 0.35 0.45
Hex 9B 4A 7B 0 34 15 27 144 23 2D
Octal 233 112 173 0 64 25 47 504 43 55
Binary 10011011 1001010 1111011 0 110100 10101 100111 101000100 100011 101101

Color Harmonies of #9B4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4A7B

Black with #9B4A7B

Text Example


Text Example

White with #9B4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,74,123); }

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

background-color css

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

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

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

border-color css

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

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

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