Html Css Color HEX #9B7ECE True V

📋 copy color: '#9B7ECE'

red 155 ◦ green 126 ◦ blue 206

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

Shades of True V #9B7ECE

Tints of True V #9B7ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 31.83%
G = 25.87%
B = 42.3%

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

#9B7ECE (or 0x9B7ECE) is known color: True V. HEX triplet: 9B, 7E and CE. RGB value is (155,126,206). Sum of RGB (Red+Green+Blue) = 155+126+206=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ECE is #648131. Grayscale: #8F8F8F. Windows color (decimal): -6586674 or 13532827. OLE color: 13532827.

HSL color Cylindrical-coordinate representation of color #9B7ECE: hue angle of 261.75º degrees, saturation: 0.45, 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 #9B7ECE is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 126 206 -
CMYK 0.25 0.39 0 0.19
HSL 261.75º 0.45% 0.65% -
HSV(B) 261.75º 0.39% 0.81% -
XYZ 32.12 26.35 61.79 -
YUV 143.79 163.11 136 -
System Red Green Blue C M Y K H S L
Decimal 155 126 206 0.25 0.39 0 0.19 261.75 0.45 0.65
Hex 9B 7E CE 19 27 0 13 106 2D 41
Octal 233 176 316 31 47 0 23 406 55 101
Binary 10011011 1111110 11001110 11001 100111 0 10011 100000110 101101 1000001

Color Harmonies of #9B7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7ECE

Black with #9B7ECE

Text Example


Text Example

White with #9B7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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