Html Css Color HEX #9B7ECF True V

📋 copy color: '#9B7ECF'

red 155 ◦ green 126 ◦ blue 207

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

Shades of True V #9B7ECF

Tints of True V #9B7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.82%

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 31.76%
G = 25.82%
B = 42.42%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B7ECF (or 0x9B7ECF) is known color: True V. HEX triplet: 9B, 7E and CF. RGB value is (155,126,207). Sum of RGB (Red+Green+Blue) = 155+126+207=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B7ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ECF is #648130. Grayscale: #8F8F8F. Windows color (decimal): -6586673 or 13598363. OLE color: 13598363.

HSL color Cylindrical-coordinate representation of color #9B7ECF: hue angle of 261.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B7ECF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 126 207 -
CMYK 0.25 0.39 0 0.19
HSL 261.48º 0.46% 0.65% -
HSV(B) 261.48º 0.39% 0.81% -
XYZ 32.24 26.4 62.43 -
YUV 143.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 155 126 207 0.25 0.39 0 0.19 261.48 0.46 0.65
Hex 9B 7E CF 19 27 0 13 105 2E 41
Octal 233 176 317 31 47 0 23 405 56 101
Binary 10011011 1111110 11001111 11001 100111 0 10011 100000101 101110 1000001

Color Harmonies of #9B7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7ECF

Black with #9B7ECF

Text Example


Text Example

White with #9B7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,126,207); }

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

background-color css

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

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

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

border-color css

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

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

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