Html Css Color HEX #9B7DCF True V

📋 copy color: '#9B7DCF'

red 155 ◦ green 125 ◦ blue 207

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

Shades of True V #9B7DCF

Tints of True V #9B7DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.67%

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

R = 31.83%
G = 25.67%
B = 42.51%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B7DCF (or 0x9B7DCF) is known color: True V. HEX triplet: 9B, 7D and CF. RGB value is (155,125,207). Sum of RGB (Red+Green+Blue) = 155+125+207=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B7DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DCF is #648230. Grayscale: #8F8F8F. Windows color (decimal): -6586929 or 13598107. OLE color: 13598107.

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

Color convert

RGB 155 125 207 -
CMYK 0.25 0.40 0 0.19
HSL 261.95º 0.46% 0.65% -
HSV(B) 261.95º 0.4% 0.81% -
XYZ 32.11 26.14 62.38 -
YUV 143.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 155 125 207 0.25 0.40 0 0.19 261.95 0.46 0.65
Hex 9B 7D CF 19 28 0 13 106 2E 41
Octal 233 175 317 31 50 0 23 406 56 101
Binary 10011011 1111101 11001111 11001 101000 0 10011 100000110 101110 1000001

Color Harmonies of #9B7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7DCF

Black with #9B7DCF

Text Example


Text Example

White with #9B7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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